Re: Exposing dataframe via thrift server

2016-03-30 Thread Marco Colombo
Is context that is registering the temp table still active? Il giovedì 31 marzo 2016, ram kumar ha scritto: > Hi, > > I started thrift server > cd $SPARK_HOME > ./sbin/start-thriftserver.sh > > Then, jdbc client > $ ./bin/beeline > Beeline version 1.5.2 by Apache Hive > beeline>!connect jdbc:hiv

Exposing dataframe via thrift server

2016-03-30 Thread ram kumar
Hi, I started thrift server cd $SPARK_HOME ./sbin/start-thriftserver.sh Then, jdbc client $ ./bin/beeline Beeline version 1.5.2 by Apache Hive beeline>!connect jdbc:hive2://ip:1 show tables; ++--+--+ | tableName | isTemporary | ++--+--+ | chec