I am using maven and this library to run python file org.python jython-standalone 2.5.2
and trying to run python file that contains import pyarrow.parquet as pq and it is giving me error as ImportError: No module named pyarrow.
This module is already installed on my local using pip install pyarrow and this file is working fine if it's run through terminal using python.