Re: Spark thrift server on yarn

2015-08-25 Thread Udit Mehta
sday, August 26, 2015 8:19 AM > *To:* user > *Subject:* Spark thrift server on yarn > > > > Hi, > > I am trying to start a spark thrift server using the following command on > Spark 1.3.1 running on yarn: > > * ./sbin/start-thriftserver.sh --master yarn://r

RE: Spark thrift server on yarn

2015-08-25 Thread Cheng, Hao
Did you register temp table via the beeline or in a new Spark SQL CLI? As I know, the temp table cannot cross the HiveContext. Hao From: Udit Mehta [mailto:ume...@groupon.com] Sent: Wednesday, August 26, 2015 8:19 AM To: user Subject: Spark thrift server on yarn Hi, I am trying to start a

Spark thrift server on yarn

2015-08-25 Thread Udit Mehta
Hi, I am trying to start a spark thrift server using the following command on Spark 1.3.1 running on yarn: * ./sbin/start-thriftserver.sh --master yarn://resourcemanager.snc1:8032 --executor-memory 512m --hiveconf hive.server2.thrift.bind.host=test-host.sn1 --hiveconf hive.server2.thrift.port=1