diff --git a/README-CN.md b/README-CN.md index a060429d..d96b3e13 100644 --- a/README-CN.md +++ b/README-CN.md @@ -17,7 +17,7 @@ Exchange 2.0 仅支持 Nebula Graph 2.x。 $ mvn clean package -Dmaven.test.skip=true -Dgpg.skip -Dmaven.javadoc.skip=true ``` - 编译打包完成后,可以在 nebula-exchange/nebula-exchange/target/ 目录下看到 nebula-exchange-2.5-SNAPSHOT.jar 文件。 + 编译打包完成后,可以在 nebula-exchange/nebula-exchange/target/ 目录下看到 nebula-exchange-2.6.0.jar 文件。 2. 在 Maven 远程仓库下载 正式版本: @@ -37,6 +37,7 @@ Nebula Exchange 和 Nebula 的版本对应关系如下: | 2.1.0 | 2.0.0, 2.0.1 | | 2.5.0 | 2.5.0, 2.5.1 | | 2.5.1 | 2.5.0, 2.5.1 | +| 2.6.0 | 2.6.0 | | 2.5-SNAPSHOT | nightly | ## 使用说明 @@ -56,7 +57,7 @@ Nebula Exchange 和 Nebula 的版本对应关系如下: *7. Exchange 2.0 的导入命令:* ``` -$SPARK_HOME/bin/spark-submit --class com.vesoft.nebula.exchange.Exchange --master local nebula-exchange-2.5.0.jar -c /path/to/application.conf +$SPARK_HOME/bin/spark-submit --class com.vesoft.nebula.exchange.Exchange --master local nebula-exchange-2.6.0.jar -c /path/to/application.conf ``` 如果数据源有HIVE,则导入命令最后还需要加 `-h` 表示启用HIVE数据源。 @@ -67,7 +68,7 @@ $SPARK_HOME/bin/spark-submit --class com.vesoft.nebula.exchange.Exchange \ --files application.conf \ --conf spark.driver.extraClassPath=./ \ --conf spark.executor.extraClassPath=./ \ -nebula-exchange-2.5.0.jar \ +nebula-exchange-2.6.0.jar \ -c application.conf ``` diff --git a/README.md b/README.md index 4021d25b..17953fd0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Exchange 2.0 only supports Nebula Graph 2.0 . If you want to import data for Neb $ mvn clean package -Dmaven.test.skip=true -Dgpg.skip -Dmaven.javadoc.skip=true ``` - After the packaging, you can see the newly generated nebula-exchange-2.5-SNAPSHOT.jar under the nebula-exchange/nebula-exchange/target/ directory. + After the packaging, you can see the newly generated nebula-exchange-2.6.0.jar under the nebula-exchange/nebula-exchange/target/ directory. 2. Download from Maven repository release version: @@ -27,11 +27,11 @@ Exchange 2.0 only supports Nebula Graph 2.0 . If you want to import data for Neb Import command: ``` -$SPARK_HOME/bin/spark-submit --class com.vesoft.nebula.exchange.Exchange --master local nebula-exchange-2.5.0.jar -c /path/to/application.conf +$SPARK_HOME/bin/spark-submit --class com.vesoft.nebula.exchange.Exchange --master local nebula-exchange-2.6.0.jar -c /path/to/application.conf ``` If your source is HIVE, import command is: ``` -$SPARK_HOME/bin/spark-submit --class com.vesoft.nebula.exchange.Exchange --master local nebula-exchange-2.5.0.jar -c /path/to/application.conf -h +$SPARK_HOME/bin/spark-submit --class com.vesoft.nebula.exchange.Exchange --master local nebula-exchange-2.6.0.jar -c /path/to/application.conf -h ``` Note:Submit Exchange with Yarn-Cluster mode, please use following command: @@ -41,7 +41,7 @@ $SPARK_HOME/bin/spark-submit --class com.vesoft.nebula.exchange.Exchange \ --files application.conf \ --conf spark.driver.extraClassPath=./ \ --conf spark.executor.extraClassPath=./ \ -nebula-exchange-2.5.0.jar \ +nebula-exchange-2.6.0.jar \ -c application.conf ``` @@ -58,6 +58,7 @@ There are the version correspondence between Nebula Exchange and Nebula: | 2.1.0 | 2.0.0, 2.0.1 | | 2.5.0 | 2.5.0, 2.5.1 | | 2.5.1 | 2.5.0, 2.5.1 | +| 2.6.0 | 2.6.0 | | 2.5-SNAPSHOT | nightly | ## New Features diff --git a/nebula-exchange/pom.xml b/nebula-exchange/pom.xml index 57251449..30f31af5 100644 --- a/nebula-exchange/pom.xml +++ b/nebula-exchange/pom.xml @@ -5,7 +5,7 @@ nebula-spark com.vesoft - 2.5-SNAPSHOT + 2.6.0 ../pom.xml 4.0.0 @@ -28,7 +28,7 @@ 3.9.2 2.11.0-M4 3.7.1 - 2.0.0-SNAPSHOT + 2.6.0 1.0.0 2.4.5-M1 3.4.6 diff --git a/pom.xml b/pom.xml index 92ddb270..bcfce271 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.vesoft nebula-spark pom - 2.5-SNAPSHOT + 2.6.0 UTF-8