Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE integration with Hive fails

Hello Friends,
Recently I was trying to integrate Hive with OBIEE. I was trying to run the reports using Hive database.
Am able to do this successfully in Windows machine using Hive ODBC Driver. But, failed to do the same in Linux machine. Did any one had tried the same, if so please help me out to fix this...
Followed the following steps :
step 1 : Installed "ClouderaHiveODBC-2.5.16.1005-1.el5.x86_64".
Driver=/opt/cloudera/hiveodbc/lib/64/libclouderahiveodbc64.so
PORT=10000
HOST=[Hive Server]
Schema=[Hive Schema]
ServiceDiscoveryMode=0
ZKNamespace=
HiveServerType=2
AuthMech=3
ThriftTransport=1
UseNativeQuery=0
UID=[Hive user name]
PWD=[Hive password]
KrbHostFQDN=[Hive Server 2 Host FQDN]
KrbServiceName=[Hive Server 2 Kerberos service name]
KrbRealm=[Hive Server 2 Kerberos realm]
SSL=0
TwoWaySSL=0
ClientCert=
ClientPrivateKey=
ClientPrivateKeyPassword=
<variable id="LD_LIBRARY_PATH" value="$ORACLE_HOME/common/ODBC/Merant/7.1.4/lib$
step 4 : Restarted OPMNCTL
step 5 : Changed connection_pool in online rpd.
Error:
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 12010] Communication error connecting to remote end point: address = [OBIEE SERVER]; port = 9703. (HY000)
Answers
-
Error:
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 12010] Communication error connecting to remote end point: address = [OBIEE SERVER]; port = 9703. (HY000)
That just means your BI Server is down (or, you've misconfigured the AnalyticsWeb ODBC.ini entry) -- Presentation Services can't connect to the BI Server to execute the query.
0 -
Hi,
Thank you for your response...
My BI Server is up and running good..
ODBC.ini was updated with below configuration set up, not sure where it went wrong...
[HiveDSN]
Description=Cloudera ODBC Driver for Apache Hive (64-bit) DSN
Driver=/opt/cloudera/hiveodbc/lib/64/libclouderahiveodbc64.so
PORT=10000
HOST=[Hive Server]
Schema=[Hive Schema]
ServiceDiscoveryMode=0
ZKNamespace=
HiveServerType=2
AuthMech=3
ThriftTransport=1
UseNativeQuery=0
UID=[Hive user name]
PWD=[Hive password]
KrbHostFQDN=[Hive Server 2 Host FQDN]
KrbServiceName=[Hive Server 2 Kerberos service name]
KrbRealm=[Hive Server 2 Kerberos realm]
SSL=0
TwoWaySSL=0
ClientCert=
ClientPrivateKey=
ClientPrivateKeyPassword=
Thanks...
0 -
Any Idea... on it..
0 -
Don't know if that can fix your issue, but we did solve our connection problem by using the Cloudera
ODBC driver for the Admintool connection but the Merant drivers 7.1.5 on the system running the
BI Server (in our case Linux RHEL).
0