tool for importing hive tables (in parquet format) into hoodie dataset (#89)
* tool for importing hive tables (in parquet format) into hoodie dataset * review fixes * review fixes * review fixes
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -71,6 +71,10 @@
|
||||
<name>Siddhartha Gunda</name>
|
||||
<organization>Uber</organization>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Omkar Joshi</name>
|
||||
<organization>Uber</organization>
|
||||
</contributor>
|
||||
</contributors>
|
||||
|
||||
<inceptionYear>2015-2016</inceptionYear>
|
||||
@@ -413,6 +417,12 @@
|
||||
<version>${spark.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.spark</groupId>
|
||||
<artifactId>spark-sql_2.10</artifactId>
|
||||
<version>${spark.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.hbase</groupId>
|
||||
|
||||
Reference in New Issue
Block a user