Hi,
I'm trying to connect to a Hadoop HortonWorks 2.3.4 Platform via Knox using "Toad for Apache Hadoop" software.
I have created a Ecosystem and on the SQL Configuration I put :
- Hive Host ==> the know Gateway
- Hive port ==> the port
- Hive Transport Mode ==> http
- HTTP Path ==> the path "gateway/default/hive"
- activated the SSL
When I test the connection I got an error :
Hive configuration:
An exception was caught.
Illegal character in path at index 107: hive2://dummyhost:00000/;transportMode=http;httpPath=gateway/default/hive;ssl=true;sslTrustStore=C:/Program Files/Hortonworks Hive ODBC Driver/lib/cacerts.pem;trustStorePassword=changeit
I can see that the URL format is OK, all the parameters are correctly put in the url, excepting for the host and the port, which are dummyhost and 00000 !!!
Is it a bug ?
Best regards,
Richard