Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 05-17-2016 12:58 AM
I found a solution, even though it is not the prettiest.
In the Spark job, before creating the SparkContext, you need to set a system property for the Hive metastore URI like so:
System.setProperty("hive.metastore.uris", "thrift://<your metastore host>:9083");
I have tried setting this through the Oozie configuration but to no avail. So far, this was the only way to make it work.