Connecting with Hive from Jboss DV.
debashishsaha004 Oct 19, 2016 9:06 AMhttps://developer.jboss.org/wiki/ConnectToAHadoopSourceUsingHive2 ----its is the resource that I am following which is referred in many blog post.
In addition to it ,
I am following the reply from rareddy in this post https://developer.jboss.org/thread/272633
The Module.xml of the above picture is Quoted Here below:-
<?xml version="1.0" encoding="UTF-8"?> <module xmlns="urn:jboss:module:1.0" name="org.apache.hadoop.hive12"> <resources> <resource-root path="hadoop-core-1.0.3.jar"/> <resource-root path="hive-exec-0.12.0.2.0.6.0-76.jar"/> <resource-root path="hive-jdbc-0.12.0.2.0.6.0-76.jar"/> <resource-root path="hive-metastore-0.12.0.2.0.6.0-76.jar"/> <resource-root path="hive-service-0.12.0.2.0.6.0-76.jar"/> <resource-root path="hive-common-0.12.0.2.0.6.0-76.jar"/> <resource-root path="libfb303-0.9.0.jar"/> <resource-root path="commons-codec-1.7.jar"/> <resource-root path="libthrift-0.9.0.jar"/> <resource-root path="httpclient-4.1.3.jar"/> <resource-root path="httpcore-4.1.4.jar"/> </resources> <dependencies> <module name="org.slf4j"/> <module name="org.apache.commons.logging"/> <module name="javax.api"/> <module name="javax.resource.api"/> </dependencies> </module>
So till now I have successfully created one module.
After that I have modified the standalone.xml.see the below inserted picture.
Below the picture that I edited .. only the hive 12 thing I have added.
I have also attached the standalone.xml file from EAP_HOME>standalone>config >....
here is the error I am getting attached in server Log.txt.
Thank you in advance.
Debashish Saha
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
This is an edited version of my post after dashed.
I just restarted the server the all the Hive drivers got deployed..
dont know how.
Anywway now at this position connection profile is set up.
But when I ping to the data source.
I get the following:-
Message was edited by: Debashish Saha after dashed
-
standalone.xml.zip 7.6 KB
-
Server Log.txt.zip 9.0 KB