Member since
03-30-2016
14
Posts
2
Kudos Received
0
Solutions
05-06-2016
06:06 PM
1 Kudo
here's an example of CSVExcelStorage https://community.hortonworks.com/questions/5775/best-practice-for-extractoutput-data-generated-by.html and then you can execute sql commands in pig using https://cwiki.apache.org/confluence/display/Hive/HCatalog+LoadStore
... View more
04-22-2016
07:03 PM
@AKILA VEL Thanks for confirming, can you please click on accept button on my answer? Regarding build jar, I have provided my answer on your another question here https://community.hortonworks.com/questions/28962/how-to-create-jar-file-from-spark-scala-file.html#answer-28966
... View more
04-22-2016
06:45 PM
In case you are looking for a Maven project to build Spark/Scala. Here is an example https://github.com/vinayshukla/SparkDemo1 Note it was for Spark 1.1.0 but you can change the version.
... View more