Re: How to run Zeppelin and Spark Thrift Server Together

2016-07-17 Thread Chanh Le
Hi Ayan, I succeed with Tableau but I still can’t import metadata from Hive to Oracle BI. Is that Oracle BI still can’t connect to STS. Regards, Chanh > On Jul 15, 2016, at 11:44 AM, ayan guha wrote: > > Its possible that transfar protocols are not matching, thats

Re: How to run Zeppelin and Spark Thrift Server Together

2016-07-13 Thread Michael Segel
I believe that there is one JVM for the Thrift Service and that there is only one context for the service. This would allow you to share RDDs across multiple jobs, however… not so great for security. HTH… > On Jul 10, 2016, at 10:05 PM, Takeshi Yamamuro

Re: How to run Zeppelin and Spark Thrift Server Together

2016-07-13 Thread Chanh Le
Hi Ayan, I don’t know I did something wrong but still couldn’t set hive.metastore.warehouse.dir property. I set 3 hive-site.xml files in spark location, zeppelin, hive as well but still didn’t work. zeppeline/conf/hive-site.xml spark/conf/hive-site.xml hive/conf/hive-site.xml My

Re: How to run Zeppelin and Spark Thrift Server Together

2016-07-12 Thread Chanh Le
Hi Ayan, Thank you for replying. But I wanna create a table in Zeppelin and store the metadata in Alluxio like I tried to do set hive.metastore.warehouse.dir=alluxio://master1:19998/metadb    <>So I can share data with STS. The way you’ve mentioned through JDBC I already did and it works but I

Re: How to run Zeppelin and Spark Thrift Server Together

2016-07-11 Thread ayan guha
Hi When you say "Zeppelin and STS", I am assuming you mean "Spark Interpreter" and "JDBC interpreter" respectively. Through Zeppelin, you can either run your own spark application (by using Zeppelin's own spark context) using spark interpreter OR you can access STS, which is a spark application

Re: How to run Zeppelin and Spark Thrift Server Together

2016-07-10 Thread Chanh Le
Hi Ayan, I tested It works fine but one more confuse is If my (technical) users want to write some code in zeppelin to apply thing into Hive table? Zeppelin and STS can’t share Spark Context that mean we need separated process? Is there anyway to use the same Spark Context of STS? Regards,

Re: How to run Zeppelin and Spark Thrift Server Together

2016-07-10 Thread Takeshi Yamamuro
Hi, ISTM multiple sparkcontexts are not recommended in spark. See: https://issues.apache.org/jira/browse/SPARK-2243 // maropu On Mon, Jul 11, 2016 at 12:01 PM, ayan guha wrote: > Hi > > Can you try using JDBC interpreter with STS? We are using Zeppelin+STS on > YARN for

Re: How to run Zeppelin and Spark Thrift Server Together

2016-07-10 Thread Chanh Le
Hi Ayan, It is brilliant idea. Thank you every much. I will try this way. Regards, Chanh > On Jul 11, 2016, at 10:01 AM, ayan guha wrote: > > Hi > > Can you try using JDBC interpreter with STS? We are using Zeppelin+STS on > YARN for few months now without much issue.

Re: How to run Zeppelin and Spark Thrift Server Together

2016-07-10 Thread ayan guha
Hi Can you try using JDBC interpreter with STS? We are using Zeppelin+STS on YARN for few months now without much issue. On Mon, Jul 11, 2016 at 12:48 PM, Chanh Le wrote: > Hi everybody, > We are using Spark to query big data and currently we’re using Zeppelin to > provide

How to run Zeppelin and Spark Thrift Server Together

2016-07-10 Thread Chanh Le
Hi everybody, We are using Spark to query big data and currently we’re using Zeppelin to provide a UI for technical users. Now we also need to provide a UI for business users so we use Oracle BI tools and set up a Spark Thrift Server (STS) for it. When I run both Zeppelin and STS throw error: