Created 02-25-2016 04:45 PM
On HDP I am looking for where parquet-pig-1.4.1.jar is located. I checked /usr/hdp/current/pig-client/lib and did not find anything.
Also where are 3rd party or custom libraries stored for pig? is it /usr/hdp/current/pig-client/lib ?
Created 02-25-2016 04:46 PM
@Sunile Manjee you need to download the jars for third party libs, they're not shipped with HDP by default. So in case of Parquet, download it from their site and place in /usr/hdp/current/pig-client/lib. You might actually have to build Parquet from source. https://github.com/Parquet/parquet-mr
Created 02-25-2016 04:46 PM
@Sunile Manjee you need to download the jars for third party libs, they're not shipped with HDP by default. So in case of Parquet, download it from their site and place in /usr/hdp/current/pig-client/lib. You might actually have to build Parquet from source. https://github.com/Parquet/parquet-mr
Created 02-25-2016 05:00 PM
@Sunile Manjee just to clarify, you can place the jars anywhere but it's most convenient in the lib folder as Pig will see them. You can also take a look at this example https://community.hortonworks.com/questions/16415/pig-erro-execution.html#comment-16550
Created 02-25-2016 05:02 PM
@Artem Ervits I assume so but you confirmed my understanding.
Created 02-25-2016 05:21 PM
See this https://parquet.apache.org/downloads/
On internal note: Search in wiki and you will find lot of information on it.