iris-parquet
0
0
Initial Release
This is a tool to generate parquet files from IRIS data or load parquet data on IRIS data.
The Iris-Parquet allows you:
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/iris-parquet.git
Open the terminal in this directory and call the command to build and run InterSystems IRIS in container:
Note: Users running containers on a Linux CLI, should use “docker compose” instead of “docker-compose”
See Install the Compose plugin
$ docker-compose build
$ docker-compose up -d
USER> zpm install iris-parquet
Install hadoop files and set ENV variable to HADOOP_HOME:
wget https://dlcdn.apache.org/hadoop/common/hadoop-3.3.6/hadoop-3.3.6.tar.gz && \
tar -xzf hadoop-3.3.6.tar.gz && \
echo "export HADOOP_HOME=//hadoop-3.3.6"
Initial Release