On Thu, May 7, 2015 at 7:39 PM, felicia <[email protected]> wrote: > we tried to add /usr/lib/parquet/lib & /usr/lib/parquet to SPARK_CLASSPATH > and it doesn't seems to work, >
To add the jars to the classpath you need to use "/usr/lib/parquet/lib/*", otherwise you're just adding the directory (and not the files within it). -- Marcelo
