wjxiz1992 opened a new pull request, #391: URL: https://github.com/apache/incubator-livy/pull/391
some code changes to see why Livy doesn't accept my jars. no matter what I've changed, Livy seems always upload his own jars ``` 23/03/13 18:10:32 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/rsc-jars/livy-api-0.8.0-incubating-SNAPSHOT.jar to dest: s3a://allxu-test//spark-upload-d6eb4a82-be1a-44da-a14e-2748cd110a44/livy-api-0.8.0-incubating-SNAPSHOT.jar... 23/03/13 18:10:35 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/rsc-jars/minlog-1.3.0.jar to dest: s3a://allxu-test//spark-upload-94dd934b-d874-4ff7-9242-9c2404d2d0eb/minlog-1.3.0.jar... 23/03/13 18:10:38 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/rsc-jars/livy-rsc-0.8.0-incubating-SNAPSHOT.jar to dest: s3a://allxu-test//spark-upload-b461031e-66c5-49f8-8452-184567e52f0e/livy-rsc-0.8.0-incubating-SNAPSHOT.jar... 23/03/13 18:10:42 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/rsc-jars/livy-thriftserver-session-0.8.0-incubating-SNAPSHOT.jar to dest: s3a://allxu-test//spark-upload-e225efd5-8f7f-469a-b09a-c59e92f1afb5/livy-thriftserver-session-0.8.0-incubating-SNAPSHOT.jar... 23/03/13 18:10:46 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/rsc-jars/netty-all-4.1.47.Final.jar to dest: s3a://allxu-test//spark-upload-5ab15659-aec4-4183-9165-46df5407ea62/netty-all-4.1.47.Final.jar... 23/03/13 18:10:50 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/rsc-jars/kryo-shaded-4.0.2.jar to dest: s3a://allxu-test//spark-upload-2d6ead52-1251-4afb-826c-b847f685cbf6/kryo-shaded-4.0.2.jar... 23/03/13 18:10:54 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/rsc-jars/objenesis-2.5.1.jar to dest: s3a://allxu-test//spark-upload-68cd3106-58ec-460b-8329-11fef7567749/objenesis-2.5.1.jar... 23/03/13 18:10:57 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/repl_2.12-jars/minlog-1.3.0.jar to dest: s3a://allxu-test//spark-upload-86f6c722-c0d4-4fec-8fc3-0a78f50fe758/minlog-1.3.0.jar... 23/03/13 18:10:59 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/repl_2.12-jars/livy-repl_2.12-0.8.0-incubating-SNAPSHOT.jar to dest: s3a://allxu-test//spark-upload-4ecd81c6-883c-4794-abec-b69cf856868d/livy-repl_2.12-0.8.0-incubating-SNAPSHOT.jar... 23/03/13 18:11:04 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/repl_2.12-jars/kryo-shaded-4.0.2.jar to dest: s3a://allxu-test//spark-upload-704d49d0-d69b-4eb1-ad5a-70c9b4af6a0d/kryo-shaded-4.0.2.jar... 23/03/13 18:11:07 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/repl_2.12-jars/livy-core_2.12-0.8.0-incubating-SNAPSHOT.jar to dest: s3a://allxu-test//spark-upload-5ced84cd-8d2f-4643-bd10-8ee8bcd6028a/livy-core_2.12-0.8.0-incubating-SNAPSHOT.jar... 23/03/13 18:11:11 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/repl_2.12-jars/objenesis-2.5.1.jar to dest: s3a://allxu-test//spark-upload-287c8eb4-13ab-4e97-8e7d-ffea187f574d/objenesis-2.5.1.jar... 23/03/13 18:11:14 INFO KubernetesUtils: Uploading file: /opt/apache/apache-livy-0.8.0-incubating-SNAPSHOT-bin/repl_2.12-jars/commons-codec-1.9.jar to dest: s3a://allxu-test//spark-upload-f5c5b48d-cfe9-4b03-a88a-e78cfa1c25b5/commons-codec-1.9.jar... 23/03/13 18:11:17 INFO KubernetesUtils: Uploading file: /opt/apache/spark-3.3.0-bin-hadoop3/python/lib/pyspark.zip to dest: s3a://allxu-test//spark-upload-eac8703a-1e5e-4585-af4b-1ea922b2e0c7/pyspark.zip... 23/03/13 18:11:22 INFO KubernetesUtils: Uploading file: /opt/apache/spark-3.3.0-bin-hadoop3/python/lib/py4j-0.10.9.5-src.zip to dest: s3a://allxu-test//spark-upload-2f5ca38f-5da0-4e48-9b34-74ed76e58f74/py4j-0.10.9.5-src.zip... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
