https://github.com/macpie/glacon
https://github.com/macpie/glacon
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/macpie/glacon
- Owner: macpie
- Created: 2025-06-05T23:26:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T18:45:53.000Z (about 1 year ago)
- Last Synced: 2025-06-13T19:39:47.990Z (about 1 year ago)
- Language: Rust
- Size: 89.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Glacon
## Setup
```sh
export AWS_ENDPOINT_URL=http://localhost:9000
export AWS_ACCESS_KEY_ID=admin
export AWS_SECRET_ACCESS_KEY=password
export AWS_REGION=us-east-1
```
## Spark
Download `iceberg-aws-bundle-1.9.1.jar` and `iceberg-spark-runtime-3.5_2.12-1.9.1.jar` from https://repo1.maven.org/maven2/org/apache/iceberg/ and put in `spark/jars`
`docker exec -it glacon-spark-1 /opt/spark/bin/spark-sql`