Skip to content

Instantly share code, notes, and snippets.

@yihua
Created August 15, 2021 00:10
Show Gist options
  • Save yihua/6fe380bc5e0bacc80b2dd008ba720c74 to your computer and use it in GitHub Desktop.
Save yihua/6fe380bc5e0bacc80b2dd008ba720c74 to your computer and use it in GitHub Desktop.
Hudi downgrade error
hudi:temp_downgrade_test_table->downgrade table --toVersion ONE --sparkMaster local[4]
21/08/14 17:08:24 WARN Utils: Your hostname, Joyces-MacBook-Pro.local resolves to a loopback address: 127.0.0.1; using 192.168.1.33 instead (on interface en0)
21/08/14 17:08:24 WARN Utils: Set SPARK_LOCAL_IP if you need to bind to another address
21/08/14 17:08:24 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
log4j:WARN No appenders could be found for logger (org.apache.hudi.cli.commands.SparkMain).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties
21/08/14 17:08:25 INFO SparkContext: Running Spark version 2.4.8
21/08/14 17:08:25 INFO SparkContext: Submitted application: hoodie-cli-DOWNGRADE
21/08/14 17:08:25 INFO SecurityManager: Changing view acls to: joyce
21/08/14 17:08:25 INFO SecurityManager: Changing modify acls to: joyce
21/08/14 17:08:25 INFO SecurityManager: Changing view acls groups to:
21/08/14 17:08:25 INFO SecurityManager: Changing modify acls groups to:
21/08/14 17:08:25 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(joyce); groups with view permissions: Set(); users with modify permissions: Set(joyce); groups with modify permissions: Set()
21/08/14 17:08:25 INFO deprecation: mapred.output.compression.codec is deprecated. Instead, use mapreduce.output.fileoutputformat.compress.codec
21/08/14 17:08:25 INFO deprecation: mapred.output.compress is deprecated. Instead, use mapreduce.output.fileoutputformat.compress
21/08/14 17:08:25 INFO deprecation: mapred.output.compression.type is deprecated. Instead, use mapreduce.output.fileoutputformat.compress.type
21/08/14 17:08:26 INFO Utils: Successfully started service 'sparkDriver' on port 51840.
21/08/14 17:08:26 INFO SparkEnv: Registering MapOutputTracker
21/08/14 17:08:26 INFO SparkEnv: Registering BlockManagerMaster
21/08/14 17:08:26 INFO BlockManagerMasterEndpoint: Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
21/08/14 17:08:26 INFO BlockManagerMasterEndpoint: BlockManagerMasterEndpoint up
21/08/14 17:08:26 INFO DiskBlockManager: Created local directory at /private/var/folders/3w/k9yh6qsj38dfmcscllv6_9sm0000gn/T/blockmgr-d8c3ce35-c94d-447e-9a5e-d06d453da9a8
21/08/14 17:08:26 INFO MemoryStore: MemoryStore started with capacity 366.3 MB
21/08/14 17:08:26 INFO SparkEnv: Registering OutputCommitCoordinator
21/08/14 17:08:26 INFO Utils: Successfully started service 'SparkUI' on port 4040.
21/08/14 17:08:26 INFO SparkUI: Bound SparkUI to 0.0.0.0, and started at http://192.168.1.33:4040
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/dropwizard-metrics-hadoop-metrics2-reporter-0.1.2.jar at spark://192.168.1.33:51840/jars/dropwizard-metrics-hadoop-metrics2-reporter-0.1.2.jar with timestamp 1628986106754
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/fluent-hc-4.4.1.jar at spark://192.168.1.33:51840/jars/fluent-hc-4.4.1.jar with timestamp 1628986106755
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jaxb-impl-2.2.3-1.jar at spark://192.168.1.33:51840/jars/jaxb-impl-2.2.3-1.jar with timestamp 1628986106755
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-yarn-client-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-yarn-client-2.7.3.jar with timestamp 1628986106756
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/stream-2.7.0.jar at spark://192.168.1.33:51840/jars/stream-2.7.0.jar with timestamp 1628986106756
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-service-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-service-2.3.1.jar with timestamp 1628986106756
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/junit-platform-engine-1.7.0-M1.jar at spark://192.168.1.33:51840/jars/junit-platform-engine-1.7.0-M1.jar with timestamp 1628986106757
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-dataformat-cbor-2.12.3.jar at spark://192.168.1.33:51840/jars/jackson-dataformat-cbor-2.12.3.jar with timestamp 1628986106757
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/byte-buddy-1.10.5.jar at spark://192.168.1.33:51840/jars/byte-buddy-1.10.5.jar with timestamp 1628986106761
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/log4j-web-2.6.2.jar at spark://192.168.1.33:51840/jars/log4j-web-2.6.2.jar with timestamp 1628986106762
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/minlog-1.3.0.jar at spark://192.168.1.33:51840/jars/minlog-1.3.0.jar with timestamp 1628986106762
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-auth-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-auth-2.7.3.jar with timestamp 1628986106762
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-client-2.22.2.jar at spark://192.168.1.33:51840/jars/jersey-client-2.22.2.jar with timestamp 1628986106763
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/xz-1.5.jar at spark://192.168.1.33:51840/jars/xz-1.5.jar with timestamp 1628986106763
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/javolution-5.5.1.jar at spark://192.168.1.33:51840/jars/javolution-5.5.1.jar with timestamp 1628986106763
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-streaming-kafka-0-10_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-streaming-kafka-0-10_2.11-2.4.4.jar with timestamp 1628986106764
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/junit-vintage-engine-5.7.0-M1.jar at spark://192.168.1.33:51840/jars/junit-vintage-engine-5.7.0-M1.jar with timestamp 1628986106764
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/pyrolite-4.13.jar at spark://192.168.1.33:51840/jars/pyrolite-4.13.jar with timestamp 1628986106764
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jsr305-1.3.9.jar at spark://192.168.1.33:51840/jars/jsr305-1.3.9.jar with timestamp 1628986106765
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/zookeeper-3.4.6-tests.jar at spark://192.168.1.33:51840/jars/zookeeper-3.4.6-tests.jar with timestamp 1628986106765
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-math-2.2.jar at spark://192.168.1.33:51840/jars/commons-math-2.2.jar with timestamp 1628986106765
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-streaming_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-streaming_2.11-2.4.4.jar with timestamp 1628986106766
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/aopalliance-1.0.jar at spark://192.168.1.33:51840/jars/aopalliance-1.0.jar with timestamp 1628986106766
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/datanucleus-api-jdo-4.2.4.jar at spark://192.168.1.33:51840/jars/datanucleus-api-jdo-4.2.4.jar with timestamp 1628986106766
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-configuration-1.6.jar at spark://192.168.1.33:51840/jars/commons-configuration-1.6.jar with timestamp 1628986106766
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-beanutils-1.7.0.jar at spark://192.168.1.33:51840/jars/commons-beanutils-1.7.0.jar with timestamp 1628986106767
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/mockito-junit-jupiter-3.3.3.jar at spark://192.168.1.33:51840/jars/mockito-junit-jupiter-3.3.3.jar with timestamp 1628986106767
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/guice-servlet-3.0.jar at spark://192.168.1.33:51840/jars/guice-servlet-3.0.jar with timestamp 1628986106767
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/log4j-core-2.6.2.jar at spark://192.168.1.33:51840/jars/log4j-core-2.6.2.jar with timestamp 1628986106768
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-client-common-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-client-common-0.9.0-SNAPSHOT.jar with timestamp 1628986106768
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-spark2_2.11-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-spark2_2.11-0.9.0-SNAPSHOT.jar with timestamp 1628986106768
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/javax.jdo-3.2.0-m3.jar at spark://192.168.1.33:51840/jars/javax.jdo-3.2.0-m3.jar with timestamp 1628986106768
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-common-1.2.3.jar at spark://192.168.1.33:51840/jars/hbase-common-1.2.3.jar with timestamp 1628986106769
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/kotlin-stdlib-jdk7-1.2.71.jar at spark://192.168.1.33:51840/jars/kotlin-stdlib-jdk7-1.2.71.jar with timestamp 1628986106769
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-hdfs-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-hdfs-2.7.3.jar with timestamp 1628986106769
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/orc-shims-1.6.0.jar at spark://192.168.1.33:51840/jars/orc-shims-1.6.0.jar with timestamp 1628986106769
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/simpleclient_common-0.8.0.jar at spark://192.168.1.33:51840/jars/simpleclient_common-0.8.0.jar with timestamp 1628986106770
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/objenesis-2.5.1.jar at spark://192.168.1.33:51840/jars/objenesis-2.5.1.jar with timestamp 1628986106770
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-httpclient-3.1.jar at spark://192.168.1.33:51840/jars/commons-httpclient-3.1.jar with timestamp 1628986106770
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/httpclient-4.4.1.jar at spark://192.168.1.33:51840/jars/httpclient-4.4.1.jar with timestamp 1628986106771
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/websocket-servlet-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/websocket-servlet-9.4.15.v20190215.jar with timestamp 1628986106771
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-mapreduce-client-jobclient-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-mapreduce-client-jobclient-2.7.3.jar with timestamp 1628986106771
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hk2-api-2.4.0-b34.jar at spark://192.168.1.33:51840/jars/hk2-api-2.4.0-b34.jar with timestamp 1628986106772
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-annotations-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-annotations-2.7.3.jar with timestamp 1628986106772
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/apacheds-i18n-2.0.0-M15.jar at spark://192.168.1.33:51840/jars/apacheds-i18n-2.0.0-M15.jar with timestamp 1628986106772
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-yarn-server-resourcemanager-2.7.2.jar at spark://192.168.1.33:51840/jars/hadoop-yarn-server-resourcemanager-2.7.2.jar with timestamp 1628986106772
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/scala-xml_2.11-1.0.6.jar at spark://192.168.1.33:51840/jars/scala-xml_2.11-1.0.6.jar with timestamp 1628986106773
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-yarn-server-common-2.7.2.jar at spark://192.168.1.33:51840/jars/hadoop-yarn-server-common-2.7.2.jar with timestamp 1628986106773
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/janino-3.0.9.jar at spark://192.168.1.33:51840/jars/janino-3.0.9.jar with timestamp 1628986106773
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/fliptables-1.0.2.jar at spark://192.168.1.33:51840/jars/fliptables-1.0.2.jar with timestamp 1628986106773
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spring-context-support-4.2.4.RELEASE.jar at spark://192.168.1.33:51840/jars/spring-context-support-4.2.4.RELEASE.jar with timestamp 1628986106774
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/stringtemplate-4.0.2.jar at spark://192.168.1.33:51840/jars/stringtemplate-4.0.2.jar with timestamp 1628986106774
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/joda-time-2.9.9.jar at spark://192.168.1.33:51840/jars/joda-time-2.9.9.jar with timestamp 1628986106774
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/websocket-api-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/websocket-api-9.4.15.v20190215.jar with timestamp 1628986106774
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/activation-1.1.1.jar at spark://192.168.1.33:51840/jars/activation-1.1.1.jar with timestamp 1628986106775
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-webapp-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/jetty-webapp-9.4.15.v20190215.jar with timestamp 1628986106775
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-shims-scheduler-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-shims-scheduler-2.3.1.jar with timestamp 1628986106775
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/annotations-17.0.0.jar at spark://192.168.1.33:51840/jars/annotations-17.0.0.jar with timestamp 1628986106775
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-unsafe_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-unsafe_2.11-2.4.4.jar with timestamp 1628986106775
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/slider-core-0.90.2-incubating.jar at spark://192.168.1.33:51840/jars/slider-core-0.90.2-incubating.jar with timestamp 1628986106776
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/HikariCP-2.5.1.jar at spark://192.168.1.33:51840/jars/HikariCP-2.5.1.jar with timestamp 1628986106776
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/libthrift-0.9.3.jar at spark://192.168.1.33:51840/jars/libthrift-0.9.3.jar with timestamp 1628986106776
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/tephra-core-0.6.0.jar at spark://192.168.1.33:51840/jars/tephra-core-0.6.0.jar with timestamp 1628986106777
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/junit-4.13.jar at spark://192.168.1.33:51840/jars/junit-4.13.jar with timestamp 1628986106777
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/oro-2.0.8.jar at spark://192.168.1.33:51840/jars/oro-2.0.8.jar with timestamp 1628986106777
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-jaxrs-1.9.13.jar at spark://192.168.1.33:51840/jars/jackson-jaxrs-1.9.13.jar with timestamp 1628986106777
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-spark-common_2.11-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-spark-common_2.11-0.9.0-SNAPSHOT.jar with timestamp 1628986106778
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-shims-0.23-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-shims-0.23-2.3.1.jar with timestamp 1628986106778
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/xercesImpl-2.9.1.jar at spark://192.168.1.33:51840/jars/xercesImpl-2.9.1.jar with timestamp 1628986106778
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-logging-1.1.3.jar at spark://192.168.1.33:51840/jars/commons-logging-1.1.3.jar with timestamp 1628986106779
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/scala-library-2.11.12.jar at spark://192.168.1.33:51840/jars/scala-library-2.11.12.jar with timestamp 1628986106779
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-guava-2.22.2.jar at spark://192.168.1.33:51840/jars/jersey-guava-2.22.2.jar with timestamp 1628986106780
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-llap-server-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-llap-server-2.3.1.jar with timestamp 1628986106780
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/scalac-scoverage-runtime_2.11-1.3.0.jar at spark://192.168.1.33:51840/jars/scalac-scoverage-runtime_2.11-1.3.0.jar with timestamp 1628986106781
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-client-1.2.3.jar at spark://192.168.1.33:51840/jars/hbase-client-1.2.3.jar with timestamp 1628986106781
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/kotlin-stdlib-common-1.2.71.jar at spark://192.168.1.33:51840/jars/kotlin-stdlib-common-1.2.71.jar with timestamp 1628986106781
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/curator-recipes-2.7.1.jar at spark://192.168.1.33:51840/jars/curator-recipes-2.7.1.jar with timestamp 1628986106781
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/bijection-core_2.11-0.9.3.jar at spark://192.168.1.33:51840/jars/bijection-core_2.11-0.9.3.jar with timestamp 1628986106782
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/opencsv-2.3.jar at spark://192.168.1.33:51840/jars/opencsv-2.3.jar with timestamp 1628986106782
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jasper-compiler-5.5.23.jar at spark://192.168.1.33:51840/jars/jasper-compiler-5.5.23.jar with timestamp 1628986106782
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-avro_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-avro_2.11-2.4.4.jar with timestamp 1628986106782
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-utilities_2.11-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-utilities_2.11-0.9.0-SNAPSHOT.jar with timestamp 1628986106783
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/kafka-schema-registry-client-5.3.4.jar at spark://192.168.1.33:51840/jars/kafka-schema-registry-client-5.3.4.jar with timestamp 1628986106783
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spring-shell-1.2.0.RELEASE.jar at spark://192.168.1.33:51840/jars/spring-shell-1.2.0.RELEASE.jar with timestamp 1628986106783
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-spark-client-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-spark-client-0.9.0-SNAPSHOT.jar with timestamp 1628986106783
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/websocket-client-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/websocket-client-9.4.15.v20190215.jar with timestamp 1628986106784
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-json-1.9.jar at spark://192.168.1.33:51840/jars/jersey-json-1.9.jar with timestamp 1628986106784
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-sketch_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-sketch_2.11-2.4.4.jar with timestamp 1628986106784
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/datanucleus-core-4.1.17.jar at spark://192.168.1.33:51840/jars/datanucleus-core-4.1.17.jar with timestamp 1628986106785
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jasper-runtime-5.5.23.jar at spark://192.168.1.33:51840/jars/jasper-runtime-5.5.23.jar with timestamp 1628986106785
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-compiler-3.0.9.jar at spark://192.168.1.33:51840/jars/commons-compiler-3.0.9.jar with timestamp 1628986106785
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-annotations-1.2.3.jar at spark://192.168.1.33:51840/jars/hbase-annotations-1.2.3.jar with timestamp 1628986106785
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/ant-1.9.1.jar at spark://192.168.1.33:51840/jars/ant-1.9.1.jar with timestamp 1628986106786
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/json4s-ast_2.11-3.5.3.jar at spark://192.168.1.33:51840/jars/json4s-ast_2.11-3.5.3.jar with timestamp 1628986106786
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/javax.servlet-api-3.1.0.jar at spark://192.168.1.33:51840/jars/javax.servlet-api-3.1.0.jar with timestamp 1628986106786
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/orc-mapreduce-1.5.5-nohive.jar at spark://192.168.1.33:51840/jars/orc-mapreduce-1.5.5-nohive.jar with timestamp 1628986106786
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-core-2.6.7.jar at spark://192.168.1.33:51840/jars/jackson-core-2.6.7.jar with timestamp 1628986106787
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/junit-jupiter-engine-5.7.0-M1.jar at spark://192.168.1.33:51840/jars/junit-jupiter-engine-5.7.0-M1.jar with timestamp 1628986106787
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/log4j-1.2.17.jar at spark://192.168.1.33:51840/jars/log4j-1.2.17.jar with timestamp 1628986106787
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-yarn-server-web-proxy-2.7.2.jar at spark://192.168.1.33:51840/jars/hadoop-yarn-server-web-proxy-2.7.2.jar with timestamp 1628986106788
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/junit-jupiter-params-5.7.0-M1.jar at spark://192.168.1.33:51840/jars/junit-jupiter-params-5.7.0-M1.jar with timestamp 1628986106788
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-spark_2.11-0.9.0-SNAPSHOT-tests.jar at spark://192.168.1.33:51840/jars/hudi-spark_2.11-0.9.0-SNAPSHOT-tests.jar with timestamp 1628986106788
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/ion-java-1.0.2.jar at spark://192.168.1.33:51840/jars/ion-java-1.0.2.jar with timestamp 1628986106788
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-cli-1.2.jar at spark://192.168.1.33:51840/jars/commons-cli-1.2.jar with timestamp 1628986106789
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/scala-parser-combinators_2.11-1.1.0.jar at spark://192.168.1.33:51840/jars/scala-parser-combinators_2.11-1.1.0.jar with timestamp 1628986106789
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/parquet-jackson-1.10.1.jar at spark://192.168.1.33:51840/jars/parquet-jackson-1.10.1.jar with timestamp 1628986106790
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spring-beans-4.2.4.RELEASE.jar at spark://192.168.1.33:51840/jars/spring-beans-4.2.4.RELEASE.jar with timestamp 1628986106790
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-io-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/jetty-io-9.4.15.v20190215.jar with timestamp 1628986106791
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/validation-api-1.1.0.Final.jar at spark://192.168.1.33:51840/jars/validation-api-1.1.0.Final.jar with timestamp 1628986106791
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/xml-apis-1.3.04.jar at spark://192.168.1.33:51840/jars/xml-apis-1.3.04.jar with timestamp 1628986106792
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-llap-common-2.3.1-tests.jar at spark://192.168.1.33:51840/jars/hive-llap-common-2.3.1-tests.jar with timestamp 1628986106792
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/log4j-slf4j-impl-2.6.2.jar at spark://192.168.1.33:51840/jars/log4j-slf4j-impl-2.6.2.jar with timestamp 1628986106792
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/json4s-core_2.11-3.5.3.jar at spark://192.168.1.33:51840/jars/json4s-core_2.11-3.5.3.jar with timestamp 1628986106792
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-metastore-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-metastore-2.3.1.jar with timestamp 1628986106793
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-digester-1.8.jar at spark://192.168.1.33:51840/jars/commons-digester-1.8.jar with timestamp 1628986106793
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/servlet-api-2.5.jar at spark://192.168.1.33:51840/jars/servlet-api-2.5.jar with timestamp 1628986106793
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/kotlin-stdlib-1.2.71.jar at spark://192.168.1.33:51840/jars/kotlin-stdlib-1.2.71.jar with timestamp 1628986106794
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spring-core-4.2.4.RELEASE.jar at spark://192.168.1.33:51840/jars/spring-core-4.2.4.RELEASE.jar with timestamp 1628986106794
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/protobuf-java-2.5.0.jar at spark://192.168.1.33:51840/jars/protobuf-java-2.5.0.jar with timestamp 1628986106794
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-yarn-common-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-yarn-common-2.7.3.jar with timestamp 1628986106795
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/metrics-jmx-4.1.1.jar at spark://192.168.1.33:51840/jars/metrics-jmx-4.1.1.jar with timestamp 1628986106795
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-common-1.2.3-tests.jar at spark://192.168.1.33:51840/jars/hbase-common-1.2.3-tests.jar with timestamp 1628986106795
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/javassist-3.18.1-GA.jar at spark://192.168.1.33:51840/jars/javassist-3.18.1-GA.jar with timestamp 1628986106796
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-server-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/jetty-server-9.4.15.v20190215.jar with timestamp 1628986106796
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-util-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/jetty-util-9.4.15.v20190215.jar with timestamp 1628986106796
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/apache-curator-2.7.1.pom at spark://192.168.1.33:51840/jars/apache-curator-2.7.1.pom with timestamp 1628986106797
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-mapreduce-client-shuffle-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-mapreduce-client-shuffle-2.7.3.jar with timestamp 1628986106797
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-jdbc-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-jdbc-2.3.1.jar with timestamp 1628986106797
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/zkclient-0.10.jar at spark://192.168.1.33:51840/jars/zkclient-0.10.jar with timestamp 1628986106798
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/metrics-core-4.1.1.jar at spark://192.168.1.33:51840/jars/metrics-core-4.1.1.jar with timestamp 1628986106798
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/javax.annotation-api-1.2.jar at spark://192.168.1.33:51840/jars/javax.annotation-api-1.2.jar with timestamp 1628986106798
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/xmlenc-0.52.jar at spark://192.168.1.33:51840/jars/xmlenc-0.52.jar with timestamp 1628986106798
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-xc-1.9.13.jar at spark://192.168.1.33:51840/jars/jackson-xc-1.9.13.jar with timestamp 1628986106799
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/twill-discovery-core-0.6.0-incubating.jar at spark://192.168.1.33:51840/jars/twill-discovery-core-0.6.0-incubating.jar with timestamp 1628986106799
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-common-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-common-0.9.0-SNAPSHOT.jar with timestamp 1628986106800
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jul-to-slf4j-1.7.16.jar at spark://192.168.1.33:51840/jars/jul-to-slf4j-1.7.16.jar with timestamp 1628986106800
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/guice-assistedinject-3.0.jar at spark://192.168.1.33:51840/jars/guice-assistedinject-3.0.jar with timestamp 1628986106800
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-util-6.1.26.jar at spark://192.168.1.33:51840/jars/jetty-util-6.1.26.jar with timestamp 1628986106801
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-module-scala_2.11-2.6.7.1.jar at spark://192.168.1.33:51840/jars/jackson-module-scala_2.11-2.6.7.1.jar with timestamp 1628986106801
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/junit-jupiter-api-5.7.0-M1.jar at spark://192.168.1.33:51840/jars/junit-jupiter-api-5.7.0-M1.jar with timestamp 1628986106801
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/websocket-common-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/websocket-common-9.4.15.v20190215.jar with timestamp 1628986106801
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/arrow-vector-0.10.0.jar at spark://192.168.1.33:51840/jars/arrow-vector-0.10.0.jar with timestamp 1628986106804
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/aws-java-sdk-sqs-1.12.22.jar at spark://192.168.1.33:51840/jars/aws-java-sdk-sqs-1.12.22.jar with timestamp 1628986106804
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-streaming-kafka-0-10_2.11-2.4.4-tests.jar at spark://192.168.1.33:51840/jars/spark-streaming-kafka-0-10_2.11-2.4.4-tests.jar with timestamp 1628986106805
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jcodings-1.0.8.jar at spark://192.168.1.33:51840/jars/jcodings-1.0.8.jar with timestamp 1628986106805
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-shims-common-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-shims-common-2.3.1.jar with timestamp 1628986106805
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-container-servlet-core-2.17.jar at spark://192.168.1.33:51840/jars/jersey-container-servlet-core-2.17.jar with timestamp 1628986106805
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-utilities_2.11-0.9.0-SNAPSHOT-tests.jar at spark://192.168.1.33:51840/jars/hudi-utilities_2.11-0.9.0-SNAPSHOT-tests.jar with timestamp 1628986106805
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/twill-core-0.6.0-incubating.jar at spark://192.168.1.33:51840/jars/twill-core-0.6.0-incubating.jar with timestamp 1628986106806
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-serde-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-serde-2.3.1.jar with timestamp 1628986106806
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-container-servlet-2.22.2.jar at spark://192.168.1.33:51840/jars/jersey-container-servlet-2.22.2.jar with timestamp 1628986106806
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-hadoop-compat-1.2.3.jar at spark://192.168.1.33:51840/jars/hbase-hadoop-compat-1.2.3.jar with timestamp 1628986106806
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/byte-buddy-agent-1.10.5.jar at spark://192.168.1.33:51840/jars/byte-buddy-agent-1.10.5.jar with timestamp 1628986106807
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/json-1.8.jar at spark://192.168.1.33:51840/jars/json-1.8.jar with timestamp 1628986106807
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/paranamer-2.8.jar at spark://192.168.1.33:51840/jars/paranamer-2.8.jar with timestamp 1628986106807
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/tephra-api-0.6.0.jar at spark://192.168.1.33:51840/jars/tephra-api-0.6.0.jar with timestamp 1628986106808
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/common-config-5.3.4.jar at spark://192.168.1.33:51840/jars/common-config-5.3.4.jar with timestamp 1628986106808
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/chill_2.11-0.9.3.jar at spark://192.168.1.33:51840/jars/chill_2.11-0.9.3.jar with timestamp 1628986106808
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-mapreduce-client-common-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-mapreduce-client-common-2.7.3.jar with timestamp 1628986106808
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/kotlin-stdlib-jdk8-1.2.71.jar at spark://192.168.1.33:51840/jars/kotlin-stdlib-jdk8-1.2.71.jar with timestamp 1628986106808
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-dbcp-1.4.jar at spark://192.168.1.33:51840/jars/commons-dbcp-1.4.jar with timestamp 1628986106809
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-compress-1.4.1.jar at spark://192.168.1.33:51840/jars/commons-compress-1.4.1.jar with timestamp 1628986106809
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-prefix-tree-1.2.3.jar at spark://192.168.1.33:51840/jars/hbase-prefix-tree-1.2.3.jar with timestamp 1628986106809
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/joni-2.1.2.jar at spark://192.168.1.33:51840/jars/joni-2.1.2.jar with timestamp 1628986106809
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/parquet-format-2.4.0.jar at spark://192.168.1.33:51840/jars/parquet-format-2.4.0.jar with timestamp 1628986106809
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/snappy-java-1.1.7.3.jar at spark://192.168.1.33:51840/jars/snappy-java-1.1.7.3.jar with timestamp 1628986106810
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-yarn-api-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-yarn-api-2.7.3.jar with timestamp 1628986106810
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jsp-api-2.0.jar at spark://192.168.1.33:51840/jars/jsp-api-2.0.jar with timestamp 1628986106810
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/scala-reflect-2.11.8.jar at spark://192.168.1.33:51840/jars/scala-reflect-2.11.8.jar with timestamp 1628986106810
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/metrics-core-2.2.0.jar at spark://192.168.1.33:51840/jars/metrics-core-2.2.0.jar with timestamp 1628986106811
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/chill-java-0.9.3.jar at spark://192.168.1.33:51840/jars/chill-java-0.9.3.jar with timestamp 1628986106811
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/javalin-2.8.0.jar at spark://192.168.1.33:51840/jars/javalin-2.8.0.jar with timestamp 1628986106811
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/avro-ipc-1.8.2.jar at spark://192.168.1.33:51840/jars/avro-ipc-1.8.2.jar with timestamp 1628986106811
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/rocksdbjni-5.17.2.jar at spark://192.168.1.33:51840/jars/rocksdbjni-5.17.2.jar with timestamp 1628986106811
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/common-utils-5.3.4.jar at spark://192.168.1.33:51840/jars/common-utils-5.3.4.jar with timestamp 1628986106811
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jaxb-api-2.2.11.jar at spark://192.168.1.33:51840/jars/jaxb-api-2.2.11.jar with timestamp 1628986106812
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-llap-tez-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-llap-tez-2.3.1.jar with timestamp 1628986106812
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/datanucleus-rdbms-4.1.19.jar at spark://192.168.1.33:51840/jars/datanucleus-rdbms-4.1.19.jar with timestamp 1628986106813
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/univocity-parsers-2.7.3.jar at spark://192.168.1.33:51840/jars/univocity-parsers-2.7.3.jar with timestamp 1628986106813
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/parquet-hadoop-1.10.1.jar at spark://192.168.1.33:51840/jars/parquet-hadoop-1.10.1.jar with timestamp 1628986106814
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-math3-3.4.1.jar at spark://192.168.1.33:51840/jars/commons-math3-3.4.1.jar with timestamp 1628986106814
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-io-2.4.jar at spark://192.168.1.33:51840/jars/commons-io-2.4.jar with timestamp 1628986106814
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/antlr-runtime-3.3.jar at spark://192.168.1.33:51840/jars/antlr-runtime-3.3.jar with timestamp 1628986106814
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/derby-10.10.2.0.jar at spark://192.168.1.33:51840/jars/derby-10.10.2.0.jar with timestamp 1628986106815
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/netty-all-4.1.17.Final.jar at spark://192.168.1.33:51840/jars/netty-all-4.1.17.Final.jar with timestamp 1628986106815
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/parquet-common-1.10.1.jar at spark://192.168.1.33:51840/jars/parquet-common-1.10.1.jar with timestamp 1628986106815
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-core-asl-1.9.13.jar at spark://192.168.1.33:51840/jars/jackson-core-asl-1.9.13.jar with timestamp 1628986106815
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-server-2.17.jar at spark://192.168.1.33:51840/jars/jersey-server-2.17.jar with timestamp 1628986106816
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/osgi-resource-locator-1.0.1.jar at spark://192.168.1.33:51840/jars/osgi-resource-locator-1.0.1.jar with timestamp 1628986106816
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/xbean-asm6-shaded-4.8.jar at spark://192.168.1.33:51840/jars/xbean-asm6-shaded-4.8.jar with timestamp 1628986106816
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-core-1.9.jar at spark://192.168.1.33:51840/jars/jersey-core-1.9.jar with timestamp 1628986106816
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/py4j-0.10.7.jar at spark://192.168.1.33:51840/jars/py4j-0.10.7.jar with timestamp 1628986106817
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jdo-api-3.0.1.jar at spark://192.168.1.33:51840/jars/jdo-api-3.0.1.jar with timestamp 1628986106817
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jsp-api-2.1.jar at spark://192.168.1.33:51840/jars/jsp-api-2.1.jar with timestamp 1628986106817
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-codec-1.4.jar at spark://192.168.1.33:51840/jars/commons-codec-1.4.jar with timestamp 1628986106818
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/orc-core-1.3.3.jar at spark://192.168.1.33:51840/jars/orc-core-1.3.3.jar with timestamp 1628986106818
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-servlet-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/jetty-servlet-9.4.15.v20190215.jar with timestamp 1628986106818
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-mapreduce-client-core-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-mapreduce-client-core-2.7.3.jar with timestamp 1628986106818
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-service-rpc-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-service-rpc-2.3.1.jar with timestamp 1628986106818
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jmespath-java-1.12.22.jar at spark://192.168.1.33:51840/jars/jmespath-java-1.12.22.jar with timestamp 1628986106818
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/fastutil-7.0.13.jar at spark://192.168.1.33:51840/jars/fastutil-7.0.13.jar with timestamp 1628986106819
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-6.1.26.jar at spark://192.168.1.33:51840/jars/jetty-6.1.26.jar with timestamp 1628986106819
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/parquet-avro-1.10.1.jar at spark://192.168.1.33:51840/jars/parquet-avro-1.10.1.jar with timestamp 1628986106819
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-kvstore_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-kvstore_2.11-2.4.4.jar with timestamp 1628986106820
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-beanutils-core-1.8.0.jar at spark://192.168.1.33:51840/jars/commons-beanutils-core-1.8.0.jar with timestamp 1628986106820
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-hive-sync-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-hive-sync-0.9.0-SNAPSHOT.jar with timestamp 1628986106820
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-protocol-1.2.3.jar at spark://192.168.1.33:51840/jars/hbase-protocol-1.2.3.jar with timestamp 1628986106820
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-server-1.9.jar at spark://192.168.1.33:51840/jars/jersey-server-1.9.jar with timestamp 1628986106820
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/guice-3.0.jar at spark://192.168.1.33:51840/jars/guice-3.0.jar with timestamp 1628986106820
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/java-xmlbuilder-0.4.jar at spark://192.168.1.33:51840/jars/java-xmlbuilder-0.4.jar with timestamp 1628986106821
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spring-aop-4.2.4.RELEASE.jar at spark://192.168.1.33:51840/jars/spring-aop-4.2.4.RELEASE.jar with timestamp 1628986106821
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-hdfs-2.7.3-tests.jar at spark://192.168.1.33:51840/jars/hadoop-hdfs-2.7.3-tests.jar with timestamp 1628986106821
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hppc-0.7.2.jar at spark://192.168.1.33:51840/jars/hppc-0.7.2.jar with timestamp 1628986106821
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-common-2.7.3-tests.jar at spark://192.168.1.33:51840/jars/hadoop-common-2.7.3-tests.jar with timestamp 1628986106821
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-client-1.9.jar at spark://192.168.1.33:51840/jars/jersey-client-1.9.jar with timestamp 1628986106822
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/junit-platform-commons-1.7.0-M1.jar at spark://192.168.1.33:51840/jars/junit-platform-commons-1.7.0-M1.jar with timestamp 1628986106822
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-guice-1.9.jar at spark://192.168.1.33:51840/jars/jersey-guice-1.9.jar with timestamp 1628986106822
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/aopalliance-repackaged-2.4.0-b34.jar at spark://192.168.1.33:51840/jars/aopalliance-repackaged-2.4.0-b34.jar with timestamp 1628986106822
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-timeline-service-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-timeline-service-0.9.0-SNAPSHOT.jar with timestamp 1628986106822
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/apiguardian-api-1.1.0.jar at spark://192.168.1.33:51840/jars/apiguardian-api-1.1.0.jar with timestamp 1628986106822
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-hadoop2-compat-1.2.3.jar at spark://192.168.1.33:51840/jars/hbase-hadoop2-compat-1.2.3.jar with timestamp 1628986106823
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/zookeeper-3.4.6.jar at spark://192.168.1.33:51840/jars/zookeeper-3.4.6.jar with timestamp 1628986106823
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/libfb303-0.9.3.jar at spark://192.168.1.33:51840/jars/libfb303-0.9.3.jar with timestamp 1628986106823
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-llap-common-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-llap-common-2.3.1.jar with timestamp 1628986106825
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/arrow-memory-0.10.0.jar at spark://192.168.1.33:51840/jars/arrow-memory-0.10.0.jar with timestamp 1628986106825
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/avro-mapred-1.8.2-hadoop2.jar at spark://192.168.1.33:51840/jars/avro-mapred-1.8.2-hadoop2.jar with timestamp 1628986106825
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-collections-3.2.2.jar at spark://192.168.1.33:51840/jars/commons-collections-3.2.2.jar with timestamp 1628986106825
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jettison-1.1.jar at spark://192.168.1.33:51840/jars/jettison-1.1.jar with timestamp 1628986106825
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-databind-2.6.7.3.jar at spark://192.168.1.33:51840/jars/jackson-databind-2.6.7.3.jar with timestamp 1628986106826
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/api-asn1-api-1.0.0-M20.jar at spark://192.168.1.33:51840/jars/api-asn1-api-1.0.0-M20.jar with timestamp 1628986106826
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/twill-common-0.6.0-incubating.jar at spark://192.168.1.33:51840/jars/twill-common-0.6.0-incubating.jar with timestamp 1628986106826
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-media-jaxb-2.17.jar at spark://192.168.1.33:51840/jars/jersey-media-jaxb-2.17.jar with timestamp 1628986106826
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/apacheds-kerberos-codec-2.0.0-M15.jar at spark://192.168.1.33:51840/jars/apacheds-kerberos-codec-2.0.0-M15.jar with timestamp 1628986106826
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hamcrest-core-1.3.jar at spark://192.168.1.33:51840/jars/hamcrest-core-1.3.jar with timestamp 1628986106826
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-catalyst_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-catalyst_2.11-2.4.4.jar with timestamp 1628986106827
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-client-common-0.9.0-SNAPSHOT-tests.jar at spark://192.168.1.33:51840/jars/hudi-client-common-0.9.0-SNAPSHOT-tests.jar with timestamp 1628986106827
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/twill-zookeeper-0.6.0-incubating.jar at spark://192.168.1.33:51840/jars/twill-zookeeper-0.6.0-incubating.jar with timestamp 1628986106827
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-server-1.2.3.jar at spark://192.168.1.33:51840/jars/hbase-server-1.2.3.jar with timestamp 1628986106827
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/RoaringBitmap-0.7.45.jar at spark://192.168.1.33:51840/jars/RoaringBitmap-0.7.45.jar with timestamp 1628986106827
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/parquet-column-1.10.1.jar at spark://192.168.1.33:51840/jars/parquet-column-1.10.1.jar with timestamp 1628986106827
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/unused-1.0.0.jar at spark://192.168.1.33:51840/jars/unused-1.0.0.jar with timestamp 1628986106828
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/gson-2.3.1.jar at spark://192.168.1.33:51840/jars/gson-2.3.1.jar with timestamp 1628986106828
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-module-paranamer-2.7.9.jar at spark://192.168.1.33:51840/jars/jackson-module-paranamer-2.7.9.jar with timestamp 1628986106828
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hk2-locator-2.4.0-b34.jar at spark://192.168.1.33:51840/jars/hk2-locator-2.4.0-b34.jar with timestamp 1628986106828
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/ant-launcher-1.9.1.jar at spark://192.168.1.33:51840/jars/ant-launcher-1.9.1.jar with timestamp 1628986106828
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jcl-over-slf4j-1.7.16.jar at spark://192.168.1.33:51840/jars/jcl-over-slf4j-1.7.16.jar with timestamp 1628986106828
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/asm-3.1.jar at spark://192.168.1.33:51840/jars/asm-3.1.jar with timestamp 1628986106829
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-common-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-common-2.7.3.jar with timestamp 1628986106829
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jline-2.12.jar at spark://192.168.1.33:51840/jars/jline-2.12.jar with timestamp 1628986106829
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-client-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/jetty-client-9.4.15.v20190215.jar with timestamp 1628986106829
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/kafka-clients-2.0.0.jar at spark://192.168.1.33:51840/jars/kafka-clients-2.0.0.jar with timestamp 1628986106829
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-xml-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/jetty-xml-9.4.15.v20190215.jar with timestamp 1628986106830
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-network-shuffle_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-network-shuffle_2.11-2.4.4.jar with timestamp 1628986106837
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-crypto-1.0.0.jar at spark://192.168.1.33:51840/jars/commons-crypto-1.0.0.jar with timestamp 1628986106838
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/log4j-1.2-api-2.6.2.jar at spark://192.168.1.33:51840/jars/log4j-1.2-api-2.6.2.jar with timestamp 1628986106838
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/avro-1.8.2.jar at spark://192.168.1.33:51840/jars/avro-1.8.2.jar with timestamp 1628986106838
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-spark_2.11-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-spark_2.11-0.9.0-SNAPSHOT.jar with timestamp 1628986106840
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/ant-1.6.5.jar at spark://192.168.1.33:51840/jars/ant-1.6.5.jar with timestamp 1628986106841
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-common-0.9.0-SNAPSHOT-tests.jar at spark://192.168.1.33:51840/jars/hudi-common-0.9.0-SNAPSHOT-tests.jar with timestamp 1628986106842
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/api-util-1.0.0-M20.jar at spark://192.168.1.33:51840/jars/api-util-1.0.0-M20.jar with timestamp 1628986106843
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/compress-lzf-1.0.3.jar at spark://192.168.1.33:51840/jars/compress-lzf-1.0.3.jar with timestamp 1628986106843
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/slf4j-api-1.7.15.jar at spark://192.168.1.33:51840/jars/slf4j-api-1.7.15.jar with timestamp 1628986106843
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/javax.ws.rs-api-2.0.1.jar at spark://192.168.1.33:51840/jars/javax.ws.rs-api-2.0.1.jar with timestamp 1628986106844
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/curator-framework-2.7.1.jar at spark://192.168.1.33:51840/jars/curator-framework-2.7.1.jar with timestamp 1628986106845
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-llap-client-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-llap-client-2.3.1.jar with timestamp 1628986106846
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-core_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-core_2.11-2.4.4.jar with timestamp 1628986106846
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-shims-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-shims-2.3.1.jar with timestamp 1628986106846
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-network-common_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-network-common_2.11-2.4.4.jar with timestamp 1628986106846
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-net-3.1.jar at spark://192.168.1.33:51840/jars/commons-net-3.1.jar with timestamp 1628986106848
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spring-expression-4.2.4.RELEASE.jar at spark://192.168.1.33:51840/jars/spring-expression-4.2.4.RELEASE.jar with timestamp 1628986106850
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/simpleclient_dropwizard-0.8.0.jar at spark://192.168.1.33:51840/jars/simpleclient_dropwizard-0.8.0.jar with timestamp 1628986106851
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/bijection-avro_2.11-0.9.3.jar at spark://192.168.1.33:51840/jars/bijection-avro_2.11-0.9.3.jar with timestamp 1628986106853
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/bonecp-0.8.0.RELEASE.jar at spark://192.168.1.33:51840/jars/bonecp-0.8.0.RELEASE.jar with timestamp 1628986106853
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-http-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/jetty-http-9.4.15.v20190215.jar with timestamp 1628986106853
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-utilities-bundle_2.11-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-utilities-bundle_2.11-0.9.0-SNAPSHOT.jar with timestamp 1628986106854
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/ivy-2.4.0.jar at spark://192.168.1.33:51840/jars/ivy-2.4.0.jar with timestamp 1628986106854
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/javax.inject-2.4.0-b34.jar at spark://192.168.1.33:51840/jars/javax.inject-2.4.0-b34.jar with timestamp 1628986106854
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/metrics-json-3.1.5.jar at spark://192.168.1.33:51840/jars/metrics-json-3.1.5.jar with timestamp 1628986106855
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jets3t-0.9.0.jar at spark://192.168.1.33:51840/jars/jets3t-0.9.0.jar with timestamp 1628986106857
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-spark-client-0.9.0-SNAPSHOT-tests.jar at spark://192.168.1.33:51840/jars/hudi-spark-client-0.9.0-SNAPSHOT-tests.jar with timestamp 1628986106858
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-lang-2.6.jar at spark://192.168.1.33:51840/jars/commons-lang-2.6.jar with timestamp 1628986106858
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/kafka-avro-serializer-5.3.4.jar at spark://192.168.1.33:51840/jars/kafka-avro-serializer-5.3.4.jar with timestamp 1628986106858
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/lz4-java-1.4.0.jar at spark://192.168.1.33:51840/jars/lz4-java-1.4.0.jar with timestamp 1628986106859
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/parquet-encoding-1.10.1.jar at spark://192.168.1.33:51840/jars/parquet-encoding-1.10.1.jar with timestamp 1628986106859
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/tephra-hbase-compat-1.0-0.6.0.jar at spark://192.168.1.33:51840/jars/tephra-hbase-compat-1.0-0.6.0.jar with timestamp 1628986106859
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/antlr4-runtime-4.7.jar at spark://192.168.1.33:51840/jars/antlr4-runtime-4.7.jar with timestamp 1628986106860
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/twill-discovery-api-0.6.0-incubating.jar at spark://192.168.1.33:51840/jars/twill-discovery-api-0.6.0-incubating.jar with timestamp 1628986106860
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-sql_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-sql_2.11-2.4.4.jar with timestamp 1628986106860
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/mockito-core-3.3.3.jar at spark://192.168.1.33:51840/jars/mockito-core-3.3.3.jar with timestamp 1628986106860
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-tags_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-tags_2.11-2.4.4.jar with timestamp 1628986106860
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/zstd-jni-1.3.2-2.jar at spark://192.168.1.33:51840/jars/zstd-jni-1.3.2-2.jar with timestamp 1628986106861
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-yarn-server-applicationhistoryservice-2.7.2.jar at spark://192.168.1.33:51840/jars/hadoop-yarn-server-applicationhistoryservice-2.7.2.jar with timestamp 1628986106861
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jsch-0.1.42.jar at spark://192.168.1.33:51840/jars/jsch-0.1.42.jar with timestamp 1628986106861
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/simpleclient-0.8.0.jar at spark://192.168.1.33:51840/jars/simpleclient-0.8.0.jar with timestamp 1628986106861
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/metrics-graphite-4.1.1.jar at spark://192.168.1.33:51840/jars/metrics-graphite-4.1.1.jar with timestamp 1628986106862
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-client-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-client-2.7.3.jar with timestamp 1628986106862
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jamon-runtime-2.4.1.jar at spark://192.168.1.33:51840/jars/jamon-runtime-2.4.1.jar with timestamp 1628986106862
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-el-1.0.jar at spark://192.168.1.33:51840/jars/commons-el-1.0.jar with timestamp 1628986106863
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/aircompressor-0.15.jar at spark://192.168.1.33:51840/jars/aircompressor-0.15.jar with timestamp 1628986106863
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/shims-0.7.45.jar at spark://192.168.1.33:51840/jars/shims-0.7.45.jar with timestamp 1628986106863
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/leveldbjni-all-1.8.jar at spark://192.168.1.33:51840/jars/leveldbjni-all-1.8.jar with timestamp 1628986106863
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-yarn-registry-2.7.1.jar at spark://192.168.1.33:51840/jars/hadoop-yarn-registry-2.7.1.jar with timestamp 1628986106863
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-hadoop-mr-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-hadoop-mr-0.9.0-SNAPSHOT.jar with timestamp 1628986106863
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jpam-1.1.jar at spark://192.168.1.33:51840/jars/jpam-1.1.jar with timestamp 1628986106864
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hk2-utils-2.4.0-b34.jar at spark://192.168.1.33:51840/jars/hk2-utils-2.4.0-b34.jar with timestamp 1628986106864
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/arrow-format-0.10.0.jar at spark://192.168.1.33:51840/jars/arrow-format-0.10.0.jar with timestamp 1628986106864
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/aws-java-sdk-core-1.12.22.jar at spark://192.168.1.33:51840/jars/aws-java-sdk-core-1.12.22.jar with timestamp 1628986106864
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spring-context-4.2.4.RELEASE.jar at spark://192.168.1.33:51840/jars/spring-context-4.2.4.RELEASE.jar with timestamp 1628986106864
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hudi-sync-common-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-sync-common-0.9.0-SNAPSHOT.jar with timestamp 1628986106864
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/opentest4j-1.2.0.jar at spark://192.168.1.33:51840/jars/opentest4j-1.2.0.jar with timestamp 1628986106865
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-mapper-asl-1.9.13.jar at spark://192.168.1.33:51840/jars/jackson-mapper-asl-1.9.13.jar with timestamp 1628986106865
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-pool-1.5.4.jar at spark://192.168.1.33:51840/jars/commons-pool-1.5.4.jar with timestamp 1628986106865
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/flatbuffers-1.2.0-3f79e055.jar at spark://192.168.1.33:51840/jars/flatbuffers-1.2.0-3f79e055.jar with timestamp 1628986106865
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/spark-launcher_2.11-2.4.4.jar at spark://192.168.1.33:51840/jars/spark-launcher_2.11-2.4.4.jar with timestamp 1628986106865
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/websocket-server-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/websocket-server-9.4.15.v20190215.jar with timestamp 1628986106866
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/kryo-shaded-4.0.2.jar at spark://192.168.1.33:51840/jars/kryo-shaded-4.0.2.jar with timestamp 1628986106866
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jersey-common-2.22.2.jar at spark://192.168.1.33:51840/jars/jersey-common-2.22.2.jar with timestamp 1628986106866
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/guava-17.0.jar at spark://192.168.1.33:51840/jars/guava-17.0.jar with timestamp 1628986106866
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/netty-3.9.9.Final.jar at spark://192.168.1.33:51840/jars/netty-3.9.9.Final.jar with timestamp 1628986106867
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-daemon-1.0.13.jar at spark://192.168.1.33:51840/jars/commons-daemon-1.0.13.jar with timestamp 1628986106867
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/slf4j-log4j12-1.7.16.jar at spark://192.168.1.33:51840/jars/slf4j-log4j12-1.7.16.jar with timestamp 1628986106867
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/disruptor-3.3.0.jar at spark://192.168.1.33:51840/jars/disruptor-3.3.0.jar with timestamp 1628986106867
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/findbugs-annotations-1.3.9-1.jar at spark://192.168.1.33:51840/jars/findbugs-annotations-1.3.9-1.jar with timestamp 1628986106868
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/javax.inject-1.jar at spark://192.168.1.33:51840/jars/javax.inject-1.jar with timestamp 1628986106868
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/simpleclient_pushgateway-0.8.0.jar at spark://192.168.1.33:51840/jars/simpleclient_pushgateway-0.8.0.jar with timestamp 1628986106868
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/metrics-jvm-3.1.5.jar at spark://192.168.1.33:51840/jars/metrics-jvm-3.1.5.jar with timestamp 1628986106869
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-dataformat-csv-2.6.7.jar at spark://192.168.1.33:51840/jars/jackson-dataformat-csv-2.6.7.jar with timestamp 1628986106869
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/log4j-api-2.6.2.jar at spark://192.168.1.33:51840/jars/log4j-api-2.6.2.jar with timestamp 1628986106869
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-common-2.3.1.jar at spark://192.168.1.33:51840/jars/hive-common-2.3.1.jar with timestamp 1628986106869
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/htrace-core-3.1.0-incubating.jar at spark://192.168.1.33:51840/jars/htrace-core-3.1.0-incubating.jar with timestamp 1628986106869
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/httpcore-4.4.1.jar at spark://192.168.1.33:51840/jars/httpcore-4.4.1.jar with timestamp 1628986106869
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/twill-api-0.6.0-incubating.jar at spark://192.168.1.33:51840/jars/twill-api-0.6.0-incubating.jar with timestamp 1628986106870
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hive-storage-api-2.6.0.jar at spark://192.168.1.33:51840/jars/hive-storage-api-2.6.0.jar with timestamp 1628986106870
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jackson-annotations-2.6.7.jar at spark://192.168.1.33:51840/jars/jackson-annotations-2.6.7.jar with timestamp 1628986106870
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/json4s-jackson_2.11-3.5.3.jar at spark://192.168.1.33:51840/jars/json4s-jackson_2.11-3.5.3.jar with timestamp 1628986106870
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hbase-procedure-1.2.3.jar at spark://192.168.1.33:51840/jars/hbase-procedure-1.2.3.jar with timestamp 1628986106871
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jcommander-1.72.jar at spark://192.168.1.33:51840/jars/jcommander-1.72.jar with timestamp 1628986106871
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/hadoop-mapreduce-client-app-2.7.3.jar at spark://192.168.1.33:51840/jars/hadoop-mapreduce-client-app-2.7.3.jar with timestamp 1628986106871
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/orc-core-1.6.0-nohive.jar at spark://192.168.1.33:51840/jars/orc-core-1.6.0-nohive.jar with timestamp 1628986106871
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/commons-lang3-3.5.jar at spark://192.168.1.33:51840/jars/commons-lang3-3.5.jar with timestamp 1628986106872
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/simpleclient_httpserver-0.8.0.jar at spark://192.168.1.33:51840/jars/simpleclient_httpserver-0.8.0.jar with timestamp 1628986106873
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/json4s-scalap_2.11-3.5.3.jar at spark://192.168.1.33:51840/jars/json4s-scalap_2.11-3.5.3.jar with timestamp 1628986106873
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/jetty-security-9.4.15.v20190215.jar at spark://192.168.1.33:51840/jars/jetty-security-9.4.15.v20190215.jar with timestamp 1628986106874
21/08/14 17:08:26 INFO SparkContext: Added JAR file:///Users/joyce/repo/hudi/hudi-cli/target/lib/curator-client-2.7.1.jar at spark://192.168.1.33:51840/jars/curator-client-2.7.1.jar with timestamp 1628986106874
21/08/14 17:08:26 INFO SparkContext: Added JAR file:/Users/joyce/repo/hudi/hudi-cli/target/hudi-cli-0.9.0-SNAPSHOT.jar at spark://192.168.1.33:51840/jars/hudi-cli-0.9.0-SNAPSHOT.jar with timestamp 1628986106874
21/08/14 17:08:26 INFO Executor: Starting executor ID driver on host localhost
21/08/14 17:08:27 INFO Utils: Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 51841.
21/08/14 17:08:27 INFO NettyBlockTransferService: Server created on 192.168.1.33:51841
21/08/14 17:08:27 INFO BlockManager: Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
21/08/14 17:08:27 INFO BlockManagerMaster: Registering BlockManager BlockManagerId(driver, 192.168.1.33, 51841, None)
21/08/14 17:08:27 INFO BlockManagerMasterEndpoint: Registering block manager 192.168.1.33:51841 with 366.3 MB RAM, BlockManagerId(driver, 192.168.1.33, 51841, None)
21/08/14 17:08:27 INFO BlockManagerMaster: Registered BlockManager BlockManagerId(driver, 192.168.1.33, 51841, None)
21/08/14 17:08:27 INFO BlockManager: Initialized BlockManager: BlockManagerId(driver, 192.168.1.33, 51841, None)
21/08/14 17:08:27 ERROR SparkContext: Error initializing SparkContext.
java.io.FileNotFoundException: File file:/tmp/spark-events does not exist
at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:611)
at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:824)
at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:601)
at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:421)
at org.apache.spark.scheduler.EventLoggingListener.start(EventLoggingListener.scala:98)
at org.apache.spark.SparkContext.<init>(SparkContext.scala:523)
at org.apache.spark.api.java.JavaSparkContext.<init>(JavaSparkContext.scala:58)
at org.apache.hudi.cli.utils.SparkUtil.initJavaSparkConf(SparkUtil.java:95)
at org.apache.hudi.cli.commands.SparkMain.main(SparkMain.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.spark.deploy.JavaMainApplication.start(SparkApplication.scala:52)
at org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:855)
at org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:161)
at org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:184)
at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:86)
at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:930)
at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:939)
at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
21/08/14 17:08:27 INFO SparkUI: Stopped Spark web UI at http://192.168.1.33:4040
21/08/14 17:08:27 INFO MapOutputTrackerMasterEndpoint: MapOutputTrackerMasterEndpoint stopped!
21/08/14 17:08:27 INFO MemoryStore: MemoryStore cleared
21/08/14 17:08:27 INFO BlockManager: BlockManager stopped
21/08/14 17:08:27 INFO BlockManagerMaster: BlockManagerMaster stopped
21/08/14 17:08:27 INFO OutputCommitCoordinator$OutputCommitCoordinatorEndpoint: OutputCommitCoordinator stopped!
21/08/14 17:08:27 INFO SparkContext: Successfully stopped SparkContext
Exception in thread "main" java.io.FileNotFoundException: File file:/tmp/spark-events does not exist
at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:611)
at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:824)
at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:601)
at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:421)
at org.apache.spark.scheduler.EventLoggingListener.start(EventLoggingListener.scala:98)
at org.apache.spark.SparkContext.<init>(SparkContext.scala:523)
at org.apache.spark.api.java.JavaSparkContext.<init>(JavaSparkContext.scala:58)
at org.apache.hudi.cli.utils.SparkUtil.initJavaSparkConf(SparkUtil.java:95)
at org.apache.hudi.cli.commands.SparkMain.main(SparkMain.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.spark.deploy.JavaMainApplication.start(SparkApplication.scala:52)
at org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:855)
at org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:161)
at org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:184)
at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:86)
at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:930)
at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:939)
at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
21/08/14 17:08:27 INFO ShutdownHookManager: Shutdown hook called
21/08/14 17:08:27 INFO ShutdownHookManager: Deleting directory /private/var/folders/3w/k9yh6qsj38dfmcscllv6_9sm0000gn/T/spark-cee5c169-7002-453b-bfa9-1d286e931910
21/08/14 17:08:27 INFO ShutdownHookManager: Deleting directory /private/var/folders/3w/k9yh6qsj38dfmcscllv6_9sm0000gn/T/spark-fd0c9a8c-8b5a-4fdd-8014-476a04e6cc23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment