xunliu commented on code in PR #104: URL: https://github.com/apache/gravitino-playground/pull/104#discussion_r1849475843
########## init/jupyter/init.sh: ########## @@ -16,16 +16,11 @@ # specific language governing permissions and limitations # under the License. # -cp -r /tmp/gravitino/*.ipynb /home/jovyan -export HADOOP_USER_NAME=root -# This needs to be downloaded as root user -wget https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime-3.4_2.12/1.5.2/iceberg-spark-runtime-3.4_2.12-1.5.2.jar -O $SPARK_HOME/jars/iceberg-spark-runtime-3.4_2.12-1.5.2.jar -wget https://repo1.maven.org/maven2/org/apache/gravitino/gravitino-spark-connector-runtime-3.4_2.12/0.6.0-incubating/gravitino-spark-connector-runtime-3.4_2.12-0.6.0-incubating.jar -O $SPARK_HOME/jars/gravitino-spark-connector-runtime-3.4_2.12-0.6.0-incubating.jar Review Comment: Don't we need these code now? -- 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]
