wangfei created SPARK-4225:
------------------------------

             Summary: jdbc/odbc error when using maven build spark
                 Key: SPARK-4225
                 URL: https://issues.apache.org/jira/browse/SPARK-4225
             Project: Spark
          Issue Type: Bug
          Components: Build, SQL
    Affects Versions: 1.1.0
            Reporter: wangfei
            Priority: Blocker
             Fix For: 1.2.0


use command as follows to build spark
mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.1 -Phive -DskipTests clean package

then use beeline to connect to thrift server ,get this error:
 
14/11/04 11:30:31 INFO ObjectStore: Initialized ObjectStore
14/11/04 11:30:31 INFO AbstractService: Service:ThriftBinaryCLIService is 
started.
14/11/04 11:30:31 INFO AbstractService: Service:HiveServer2 is started.
14/11/04 11:30:31 INFO HiveThriftServer2: HiveThriftServer2 started
14/11/04 11:30:31 INFO ThriftCLIService: ThriftBinaryCLIService listening on 
0.0.0.0/0.0.0.0:10000
14/11/04 11:33:26 INFO ThriftCLIService: Client protocol version: 
HIVE_CLI_SERVICE_PROTOCOL_V6
14/11/04 11:33:26 INFO HiveMetaStore: No user is added in admin role, since 
config is empty
14/11/04 11:33:26 INFO SessionState: No Tez session required at this point. 
hive.execution.engine=mr.
14/11/04 11:33:26 INFO SessionState: No Tez session required at this point. 
hive.execution.engine=mr.
14/11/04 11:33:26 ERROR TThreadPoolServer: Thrift error occurred during 
processing of message.
org.apache.thrift.protocol.TProtocolException: Cannot write a TUnion with no 
set value!
        at org.apache.thrift.TUnion$TUnionStandardScheme.write(TUnion.java:240)
        at org.apache.thrift.TUnion$TUnionStandardScheme.write(TUnion.java:213)
        at org.apache.thrift.TUnion.write(TUnion.java:152)
        at 
org.apache.hive.service.cli.thrift.TGetInfoResp$TGetInfoRespStandardScheme.write(TGetInfoResp.java:456)
        at 
org.apache.hive.service.cli.thrift.TGetInfoResp$TGetInfoRespStandardScheme.write(TGetInfoResp.java:406)
        at 
org.apache.hive.service.cli.thrift.TGetInfoResp.write(TGetInfoResp.java:341)
        at 
org.apache.hive.service.cli.thrift.TCLIService$GetInfo_result$GetInfo_resultStandardScheme.write(TCLIService.java:3754)
        at 
org.apache.hive.service.cli.thrift.TCLIService$GetInfo_result$GetInfo_resultStandardScheme.write(TCLIService.java:3718)
        at 
org.apache.hive.service.cli.thrift.TCLIService$GetInfo_result.write(TCLIService.java:3669)
        at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:53)
        at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
        at 
org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:55)
        at 
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:206)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to