RE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Please note the value in hive-site.xml file:<property> <name>hive.metastore.kerberos.principal</name> <value>hive/_HOST@EXAMPLE.COM</value> </property>
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
<property> <name>hive.metastore.kerberos.principal</name> <value>hive/_HOST@EXAMPLE.COM</value> </property>In _HOST@ EXAMPLE.COM , what should be the...
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Hello, the property name is hive.server2.authentication.kerberos.principal which is different property from hive.metastore.kerberos.principal. However, it seems to me that you may try to connect with...
View ArticleRE: Access HDFS using Port-Forwarding (Toad for Hadoop 1.3.1 on Windows 7;...
Hi Lukas,I am trying to connect to my virtualbox with hdp 2.3 isntalled and running and I am having a similar error. SQL view works perfectly but I am having trouble with the HDFS and Transfer view....
View ArticleRE: Access HDFS using Port-Forwarding (Toad for Hadoop 1.3.1 on Windows 7;...
Hi paufqq,in order to make it work you have to do a couple of things. First of all HDFS is configured by URI in format hdfs://nn.fqdn:nn.port so in our example it is usually...
View ArticleAccess HDFS using Port-Forwarding (Toad for Hadoop 1.3.1 on Windows 7;...
Hi, My question is about how to configure HDFS in case my computer is not able to connect directly to the namenode server. To be more precise, at the moment I have to use a jump server to connect with...
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
From Hive beeline , I use the following command:!connect jdbc:hive2://algrid-udn052.fanniemae.com:10000/defaultNow in Toad for Hadoop tool, I'm using manual configuration for adding Hadoop Ecosystem,...
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
I'm able to connect to Hibe (SQL service ) using JDBC connection..
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Hello g3uuam,so the problem was with security? If connection string from posts above is working than you probably have Kerberos security disabled.BR, Jiri
View Article"Columns" tab throwing an error in "Object Detail" pane
Hi there,Running against an HDP 2.5 cluster (VMs, but not the HDP sandbox).When I go to the "Columns" tab of the "Object Detail" pane, I get this error message:It's not a big deal because queries still...
View ArticleRE: Knox Server Integration
Hello Dooble,unfortunately schedule for Knox server integration hasn't been determined yet. You may create Knox server integration as new idea in Idea Pond to prioritize this feature a little bit more...
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Hi Jiri, You are correct, that was a single node non-Kerberos version of Hadoop running. While SQL service is connected successfully using JDBC string , we have problemconfiguring HDFS server in...
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Hi,In case you don't have Kerberos security enabled on your cluster please uncheck 'Enable Kerberos Security' in Ecosystem Configuration panel.You should need only NameNode hostname and port (it can be...
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Thanks Jiri, was able to connect to non-Kerberos ecosystem. Question I have , Toad for Hadoop can't used for writing HBASE query ? I don't seeany option for HBASE, or Toad may have different tool for...
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Hi g3uuam,sorry Toad for Hadoop doesn't support HBase. I think new version of Toad Data Point may have access to Hbase.Br,Jiri
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
What about Toad for cloud databases ? Is that tool still available as freeware ? If so does it support HBASE connectivity ?Please confirm ?
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Hi, sorry I'm not sure about that. As far as I know 'Toad for Cloud Databases' has been discontinued. Maybe it is still accessible and may have HBase setup but I never try it.
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Hi Jiri, Have some issue running transfer option successfully, it's a simple table (2-3 rows) from oracle to Hive. Connections are good for both source and Target,but it's hanging, screen shots are...
View ArticleRE: Issues connecting to HDP Hadoop platform from Toad for Hadoop tool
Hello again,I cannot tell what's wrong with your transfer from screenshot. I'd suggest to try following thing, copy sqoop command from Transfer detail panel and execute it from terminal. You'll have to...
View Article