Problem scenario
You have Maven installed. You want to know if it has the plugin for Apache Parquet from the Linux terminal. You do not want to use the Maven GUI. What do you do?
Solution
1. sudo find / -name pom.xml
2. Change to the directory of the pom.xml with Apache Parquet.
3. Run this command:
mvn help:effective-pom | grep -i parquet