📅  最后修改于: 2023-12-03 15:18:16.098000             🧑  作者: Mango
If you need to work with Parquet files in your programming project, installing Parquet Tools on your Mac machine is a must. Here is a detailed guide on how to do that using Shell-Bash commands.
Before proceeding with the Parquet Tools installation steps, make sure you have the following tools ready on your Mac:
If any of the above tools are not installed, use the following commands to install them using the Shell terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install gcc
Once you have installed the prerequisites, follow these steps to install Parquet Tools:
brew update
brew install parquet-tools
Verify the installation is successful by checking the command-line interface help:
parquet-tools --help
That's it! By following these simple steps, you have installed Parquet Tools on your Mac using Shell-Bash commands. You are now ready to work with Parquet files in your project.