Package

com.microsoft.azure.cosmosdb.spark

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class HdfsUtils(configMap: Map[String, String], changeFeedCheckpointLocation: String) extends CosmosDBLoggingTrait with Product with Serializable

    Permalink

Value Members

  1. object HdfsUtils extends Serializable

    Permalink
  2. object using

    Permalink

    DSL helper for enclosing some functionality into a closeable type.

    DSL helper for enclosing some functionality into a closeable type. Helper will be responsible of closing the object. i.e.:

    import java.io._
    val writer = new PrintWriter(new File("test.txt" ))
    using(writer){ w =>
     w.append("hi!")
    }

Ungrouped