Member since
08-02-2017
1
Post
0
Kudos Received
0
Solutions
12-21-2017
08:53 AM
Also I've tried spark-llap on HDP-2.6.2.0 with Spark 1.6.3 and http://repo.hortonworks.com/content/repositories/releases/com/hortonworks/spark-llap/1.0.0.2.5.5.5-2/spark-llap-1.0.0.2.5.5.5-2-assembly.jar, but unfortunately, when I tried to execute a simple "select count" query in beeline, got the following error messages: 0: jdbc:hive2://node-05:10015/default> select count(*) from ods_order.cc_customer;
Error: org.apache.spark.sql.catalyst.errors.package$TreeNodeException: execute, tree:
TungstenAggregate(key=[], functions=[(count(1),mode=Final,isDistinct=false)], output=[_c0#56L])
+- TungstenExchange SinglePartition, None
+- TungstenAggregate(key=[], functions=[(count(1),mode=Partial,isDistinct=false)], output=[count#59L])
+- Scan LlapRelation(org.apache.spark.sql.hive.llap.LlapContext@690c5838,Map(table -> ods_order.cc_customer, url -> jdbc:hive2://node-01.hdp.wiseda.com.cn:10500))[] (state=,code=0) thriftserver-err-msg.txt and the log messages in thriftserver as shown in attached "thriftserver-err-msg.txt".
... View more