[HUDI-654] Rename hudi-hive to hudi-hive-sync
This commit is contained in:
@@ -20,4 +20,4 @@ cp /var/hoodie/ws/docker/demo/config/spark-defaults.conf $SPARK_CONF_DIR/.
|
|||||||
hadoop fs -mkdir -p /var/demo/
|
hadoop fs -mkdir -p /var/demo/
|
||||||
hadoop fs -mkdir -p /tmp/spark-events
|
hadoop fs -mkdir -p /tmp/spark-events
|
||||||
hadoop fs -copyFromLocal -f /var/hoodie/ws/docker/demo/config /var/demo/.
|
hadoop fs -copyFromLocal -f /var/hoodie/ws/docker/demo/config /var/demo/.
|
||||||
chmod +x /var/hoodie/ws/hudi-hive/run_sync_tool.sh
|
chmod +x /var/hoodie/ws/hudi-hive-sync/run_sync_tool.sh
|
||||||
|
|||||||
@@ -142,7 +142,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hudi</groupId>
|
<groupId>org.apache.hudi</groupId>
|
||||||
<artifactId>hudi-hive</artifactId>
|
<artifactId>hudi-hive-sync</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>hudi-hive</artifactId>
|
<artifactId>hudi-hive-sync</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hudi</groupId>
|
<groupId>org.apache.hudi</groupId>
|
||||||
<artifactId>hudi-hive</artifactId>
|
<artifactId>hudi-hive-sync</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hudi</groupId>
|
<groupId>org.apache.hudi</groupId>
|
||||||
<artifactId>hudi-hive</artifactId>
|
<artifactId>hudi-hive-sync</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
@@ -342,7 +342,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hudi</groupId>
|
<groupId>org.apache.hudi</groupId>
|
||||||
<artifactId>hudi-hive</artifactId>
|
<artifactId>hudi-hive-sync</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
<type>test-jar</type>
|
<type>test-jar</type>
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<includes>
|
<includes>
|
||||||
<include>org.apache.hudi:hudi-common</include>
|
<include>org.apache.hudi:hudi-common</include>
|
||||||
<include>org.apache.hudi:hudi-hadoop-mr</include>
|
<include>org.apache.hudi:hudi-hadoop-mr</include>
|
||||||
<include>org.apache.hudi:hudi-hive</include>
|
<include>org.apache.hudi:hudi-hive-sync</include>
|
||||||
|
|
||||||
<include>com.beust:jcommander</include>
|
<include>com.beust:jcommander</include>
|
||||||
<include>org.apache.parquet:parquet-avro</include>
|
<include>org.apache.parquet:parquet-avro</include>
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hudi</groupId>
|
<groupId>org.apache.hudi</groupId>
|
||||||
<artifactId>hudi-hive</artifactId>
|
<artifactId>hudi-hive-sync</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
<include>org.apache.hudi:hudi-common</include>
|
<include>org.apache.hudi:hudi-common</include>
|
||||||
<include>org.apache.hudi:hudi-client</include>
|
<include>org.apache.hudi:hudi-client</include>
|
||||||
<include>org.apache.hudi:hudi-spark_${scala.binary.version}</include>
|
<include>org.apache.hudi:hudi-spark_${scala.binary.version}</include>
|
||||||
<include>org.apache.hudi:hudi-hive</include>
|
<include>org.apache.hudi:hudi-hive-sync</include>
|
||||||
<include>org.apache.hudi:hudi-hadoop-mr</include>
|
<include>org.apache.hudi:hudi-hadoop-mr</include>
|
||||||
<include>org.apache.hudi:hudi-timeline-service</include>
|
<include>org.apache.hudi:hudi-timeline-service</include>
|
||||||
|
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hudi</groupId>
|
<groupId>org.apache.hudi</groupId>
|
||||||
<artifactId>hudi-hive</artifactId>
|
<artifactId>hudi-hive-sync</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<include>org.apache.hudi:hudi-client</include>
|
<include>org.apache.hudi:hudi-client</include>
|
||||||
<include>org.apache.hudi:hudi-utilities_${scala.binary.version}</include>
|
<include>org.apache.hudi:hudi-utilities_${scala.binary.version}</include>
|
||||||
<include>org.apache.hudi:hudi-spark_${scala.binary.version}</include>
|
<include>org.apache.hudi:hudi-spark_${scala.binary.version}</include>
|
||||||
<include>org.apache.hudi:hudi-hive</include>
|
<include>org.apache.hudi:hudi-hive-sync</include>
|
||||||
<include>org.apache.hudi:hudi-hadoop-mr</include>
|
<include>org.apache.hudi:hudi-hadoop-mr</include>
|
||||||
<include>org.apache.hudi:hudi-timeline-service</include>
|
<include>org.apache.hudi:hudi-timeline-service</include>
|
||||||
|
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hudi</groupId>
|
<groupId>org.apache.hudi</groupId>
|
||||||
<artifactId>hudi-hive</artifactId>
|
<artifactId>hudi-hive-sync</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -39,7 +39,7 @@
|
|||||||
<module>hudi-cli</module>
|
<module>hudi-cli</module>
|
||||||
<module>hudi-client</module>
|
<module>hudi-client</module>
|
||||||
<module>hudi-hadoop-mr</module>
|
<module>hudi-hadoop-mr</module>
|
||||||
<module>hudi-hive</module>
|
<module>hudi-hive-sync</module>
|
||||||
<module>hudi-spark</module>
|
<module>hudi-spark</module>
|
||||||
<module>hudi-timeline-service</module>
|
<module>hudi-timeline-service</module>
|
||||||
<module>hudi-utilities</module>
|
<module>hudi-utilities</module>
|
||||||
|
|||||||
Reference in New Issue
Block a user