RE: Configure Zeppelin to connect to remote Hadoop

2016-07-29 Thread Cobo Rodriguez Roberto
Hi there: This is tremendous interesting for me as well. I started with spark in local mode , assuming it will be a complete disaster regarding performance. I’ve been able to reach hdfs files hosted in a remote data lake from de spark-shell. My next step is that you are describing. The idea is

Re: Configure Zeppelin to connect to remote Hadoop

2016-07-29 Thread Abhi Basu
So, I have to use the IP address of the remote hadoop node? How about the hive configs? On Fri, Jul 29, 2016 at 9:44 AM, Joaquin Alzola wrote: > >I am trying to figure out how to connect Zeppelin running on a CentOS > node to a remote hadoop cluster to be able to use Spark, Hive/Impala. > > You

RE: Configure Zeppelin to connect to remote Hadoop

2016-07-29 Thread Joaquin Alzola
>I am trying to figure out how to connect Zeppelin running on a CentOS node to >a remote hadoop cluster to be able to use Spark, Hive/Impala. You mean this? master spark://master:7077 Then spark will connect to hdfs This email is confidential and may be subject to privilege. If you are not the i

Configure Zeppelin to connect to remote Hadoop

2016-07-29 Thread Abhi Basu
In the past I have used Zeppelin on an edge node of CDH cluster. I am trying to figure out how to connect Zeppelin running on a CentOS node to a remote hadoop cluster to be able to use Spark, Hive/Impala. Thanks, Abhi -- Abhi Basu

RE: HIVE Error : Connection refused

2016-07-29 Thread Joaquin Alzola
>ERROR [2016-07-29 17:38:08,335] ({pool-2-thread-2} >JDBCInterpreter.java[executeSql]:366) - Cannot run >java.sql.SQLException: Could not open client transport with JDBC Uri: >jdbc:hive2://localhost:1: java.net.ConnectException: Connection refused: >>connect Check that you port 1 is up

HIVE Error : Connection refused

2016-07-29 Thread VIVEK NARAYANASETTY
Hi All, I am getting connection refused error when trying to execute %jdbc(hive) in zeppelin. Can anyone help on this. Full StackTrace: -- INFO [2016-07-29 17:38:07,318] ({pool-2-thread-2} JDBCInterpreter.java[interpret]:385) - Run SQL command '(hive)' INFO [2016-07-29

Re: Querying an interpreter and retrieving the results

2016-07-29 Thread chris_fred_1978
Thanks, this is exactly what I needed!Will def. try out. On Thursday, July 28, 2016 2:43 PM, moon soo Lee wrote: Hi, You can use ResourcePool to pass result to another interpreter.0.7.0-SNAPSHOT, automatically put all table type of result into the resource pool. (interpreter can manual

Re: Setting default interpreter at notebook level

2016-07-29 Thread Abul Basar
Hi Jongyoul Thanks for the information. -AB On Thu, Jul 28, 2016 at 8:43 PM, Jongyoul Lee wrote: > Hi Abul, > > Concerning "defaultInterpreter", it is a feature of current master and > doesn't work at 0.6.0. Sorry for wrong information. And for now, we don't > have any specific plan for suppor