Member since
12-28-2017
3
Posts
2
Kudos Received
0
Solutions
12-29-2017
06:09 AM
Hi Guys, I am facing timeout exception while connecting Hbase cluster from Squirrel environment. I have configured drivers and aliases and even the Host entries in my system host file still I am facing the same issue. please find the error screenshot and help me out from this issue. java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask.get(Unknown Source) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.awaitConnection(OpenConnectionCommand.java:132) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.access$100(OpenConnectionCommand.java:45) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand$2.run(OpenConnectionCommand.java:115) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
... View more
12-29-2017
05:58 AM
1 Kudo
Thank u @boskraju for the valuable response.. but my doubt is that Can I have two active connections open for Hive and MySQL from Scala conf file??
... View more
12-28-2017
08:36 PM
1 Kudo
Hi All, Is there a way to connect to Hive directly from Scala or Java??. I have already a Mysql DB connection configured in the conf file.. is there a way to add second configuration to connect to Hive?? If yes please help me out.
... View more