object VerticalPartitioner
A vertical partitioner implementation that can be run solely. It creates SQL tables and writes the partitioned data in Parquet format to disk. SQL tables will registered in a metastore, thus, on restart tables will still be available via SQL queries.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerticalPartitioner
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Config(inputPath: URI = null, outputPath: URI = null, schemaPath: URI = null, blankNodeStrategy: BlankNodeStrategy.Value = BlankNodeStrategy.Table, computeStatistics: Boolean = true, databaseName: String = "Default", dropDatabase: Boolean = false, saveIgnore: Boolean = false, saveOverwrite: Boolean = false, saveAppend: Boolean = false, usePartitioning: Boolean = false, partitioningThreshold: Int = 100, mode: String = "partitioner") extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val bNodeRead: Read[BlankNodeStrategy.Value]
- val builder: OParserBuilder[Config]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def main(args: Array[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parser: OParser[Unit, Config]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def time[R](block: ⇒ R): R
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val warehouseLocation: String