Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version to 0.6.0 #73

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
memory: 3G

gravitino:
image: apache/gravitino:0.6.0-incubating-rc4
image: apache/gravitino:0.6.0-incubating
entrypoint: /bin/bash /tmp/gravitino/init.sh
ports:
- "8090:8090"
Expand All @@ -69,7 +69,7 @@ services:
retries: 5

trino:
image: apache/gravitino-playground:trino-435-gravitino-0.6.0-incubating-rc4
image: apache/gravitino-playground:trino-435-gravitino-0.6.0-incubating
ports:
- "18080:8080"
container_name: playground-trino
Expand Down
2 changes: 1 addition & 1 deletion init/jupyter/gravitino-fileset-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"metadata": {},
"outputs": [],
"source": [
"pip install apache-gravitino==0.6.0rc4"
"pip install apache-gravitino==0.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion init/jupyter/gravitino_llamaIndex_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"%pip install llama-index-readers-wikipedia\n",
"%pip install llama-index-llms-openai\n",
"%pip install llama-index\n",
"%pip install apache-gravitino==0.6.0rc4\n",
"%pip install apache-gravitino==0.6.0\n",
"%pip install sqlalchemy-trino"
]
},
Expand Down
2 changes: 1 addition & 1 deletion init/spark/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
mkdir -p /opt/spark/conf
cp /tmp/spark/spark-defaults.conf /opt/spark/conf
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 /opt/spark/jars/iceberg-spark-runtime-3.4_2.12-1.5.2.jar
wget https://repository.apache.org/content/repositories/orgapachegravitino-1090/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 /opt/spark/jars/gravitino-spark-connector-runtime-3.4_2.12-0.6.0-incubating.jar
wget https://repository.apache.org/content/repositories/staging/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 /opt/spark/jars/gravitino-spark-connector-runtime-3.4_2.12-0.6.0-incubating.jar

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it a general action to download jars from the apache staging repository?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see.

wget https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar -O /opt/spark/jars/mysql-connector-java-8.0.27.jar
sh /tmp/common/init_metalake_catalog.sh
tail -f /dev/null