https://github.com/vast-data/vast-db-connectors
https://github.com/vast-data/vast-db-connectors
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vast-data/vast-db-connectors
- Owner: vast-data
- License: apache-2.0
- Created: 2023-07-02T10:46:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-10T15:53:03.000Z (9 months ago)
- Last Synced: 2025-09-10T18:46:22.203Z (9 months ago)
- Language: Java
- Size: 1.01 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Build requirements
* Mac OS X or Linux
* Java 17.0.9+, 11.0.11+ 64-bit
## Building Trino VAST connector on Ubuntu/Debian
```
sudo apt install openjdk-17-jdk git
./mvnw -pl ndb:ndb-common,ndb:trino-vast clean package
```
The artifact should be at `plugin/trino-vast/target/trino-vast-*.zip`.
## Building Spark3.4 VAST connector on Ubuntu/Debian
```
sudo apt install openjdk-11-jdk git
./mvnw -pl '!ndb:trino-vast' clean package
```
The artifact should be at `plugin/spark3/spark34/target/spark-vast-spark34-*.jar`.
Dependencies for `spark.jars` should be at plugin/spark3/spark34/target/dependencies