Created 12-17-2016 08:27 PM
Spark gurus here: is there a template pom.xml for building spark applications for HDP 2.5.x?
I found some pom.xml that could be used with older versions of HDP like the followings
https://github.com/gbraccialli/SparkUtils/blob/master/pom.xml
https://github.com/randerzander/HiveToPhoenix/blob/master/pom.xml
But they are all for HDP 2.3 or 2.4 and by just update the version of different components does not seems to help. Also I could not seems to find hive-jdbc repo for HDP 2.5
https://mvnrepository.com/artifact/org.apache.hive/hive-jdbc
Thanks,
Created 12-17-2016 08:50 PM
Take a look at the latest documentation (HDP 2.5.3 for spark streaming) https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_spark-component-guide/content/using-spar...
Created 12-18-2016 03:50 PM