You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Navis Ryu <na...@nexr.com> on 2014/12/10 02:19:11 UTC

Review Request 28884: Provide compile + run method for HiveServer2

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28884/
-----------------------------------------------------------

Review request for hive.


Bugs: HIVE-4923
    https://issues.apache.org/jira/browse/HIVE-4923


Repository: hive-git


Description
-------

Make additional thrift method for asynchronous execution.

execute=compile+run

This addresses same thing with HIVE-4569 but with simpler implementation. It's just for reference (We are using this for months).


Diffs
-----

  itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java 23a1b97 
  jdbc/pom.xml 6385093 
  jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java d8e33d3 
  ql/src/java/org/apache/hadoop/hive/ql/Driver.java 395a5f5 
  ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java 8e1e6e2 
  ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 4170659 
  ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java 4e2b130 
  ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java 1b5864e 
  service/if/TCLIService.thrift 4024bb3 
  service/src/gen/thrift/gen-cpp/TCLIService.h 030475b 
  service/src/gen/thrift/gen-cpp/TCLIService.cpp 209ce63 
  service/src/gen/thrift/gen-cpp/TCLIService_server.skeleton.cpp 988bb4c 
  service/src/gen/thrift/gen-cpp/TCLIService_types.h f32dc3c 
  service/src/gen/thrift/gen-cpp/TCLIService_types.cpp 326d25b 
  service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIService.java 54851b8 
  service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCompileRes.java PRE-CREATION 
  service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRunReq.java PRE-CREATION 
  service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeQualifiers.java 3935555 
  service/src/gen/thrift/gen-php/TCLIService.php d246296 
  service/src/gen/thrift/gen-py/TCLIService/TCLIService-remote f6ff43f 
  service/src/gen/thrift/gen-py/TCLIService/TCLIService.py ebc6574 
  service/src/gen/thrift/gen-py/TCLIService/ttypes.py 6cd64d0 
  service/src/gen/thrift/gen-rb/t_c_l_i_service.rb fd1ca9a 
  service/src/gen/thrift/gen-rb/t_c_l_i_service_types.rb c731544 
  service/src/java/org/apache/hive/service/CompileResult.java PRE-CREATION 
  service/src/java/org/apache/hive/service/cli/CLIService.java 98cf6f8 
  service/src/java/org/apache/hive/service/cli/EmbeddedCLIServiceClient.java 9cad5be 
  service/src/java/org/apache/hive/service/cli/ICLIService.java c9cc1f4 
  service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java 74d7d53 
  service/src/java/org/apache/hive/service/cli/session/HiveSession.java 6359a5b 
  service/src/java/org/apache/hive/service/cli/session/HiveSessionImpl.java cabf32a 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java 3345b5f 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIServiceClient.java 1af4539 

Diff: https://reviews.apache.org/r/28884/diff/


Testing
-------


Thanks,

Navis Ryu