Hi Everyone, I am building a Java Spark application in eclipse IDE. From my application I want to use hiveContext to read tables from the remote Hive(Hadoop cluster). On my machine I have exported $HADOOP_CONF_DIR = {$HOME}/hadoop/conf/. This path has all the remote cluster conf details like hive-site.xml, hdfs-site.xml ... Somehow I am not able to communicate to remote cluster from my app. Is there any additional configuration work that I am supposed to do to get it work? I specified master as 'local' in the code. Thank you.
Regards, Aj