-
- Downloads
[SPARK-14987][SQL] inline hive-service (cli) into sql/hive-thriftserver
## What changes were proposed in this pull request? This PR copy the thrift-server from hive-service-1.2 (including TCLIService.thrift and generated Java source code) into sql/hive-thriftserver, so we can do further cleanup and improvements. ## How was this patch tested? Existing tests. Author: Davies Liu <davies@databricks.com> Closes #12764 from davies/thrift_server.
Showing
- dev/deps/spark-deps-hadoop-2.2 0 additions, 7 deletionsdev/deps/spark-deps-hadoop-2.2
- dev/deps/spark-deps-hadoop-2.3 0 additions, 6 deletionsdev/deps/spark-deps-hadoop-2.3
- dev/deps/spark-deps-hadoop-2.4 0 additions, 6 deletionsdev/deps/spark-deps-hadoop-2.4
- dev/deps/spark-deps-hadoop-2.6 0 additions, 6 deletionsdev/deps/spark-deps-hadoop-2.6
- dev/deps/spark-deps-hadoop-2.7 0 additions, 6 deletionsdev/deps/spark-deps-hadoop-2.7
- pom.xml 4 additions, 43 deletionspom.xml
- sql/hive-thriftserver/if/TCLIService.thrift 1174 additions, 0 deletionssql/hive-thriftserver/if/TCLIService.thrift
- sql/hive-thriftserver/pom.xml 22 additions, 4 deletionssql/hive-thriftserver/pom.xml
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TArrayTypeEntry.java 383 additions, 0 deletions...a/org/apache/hive/service/cli/thrift/TArrayTypeEntry.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TBinaryColumn.java 550 additions, 0 deletions...ava/org/apache/hive/service/cli/thrift/TBinaryColumn.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TBoolColumn.java 548 additions, 0 deletions.../java/org/apache/hive/service/cli/thrift/TBoolColumn.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TBoolValue.java 386 additions, 0 deletions...n/java/org/apache/hive/service/cli/thrift/TBoolValue.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TByteColumn.java 548 additions, 0 deletions.../java/org/apache/hive/service/cli/thrift/TByteColumn.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TByteValue.java 386 additions, 0 deletions...n/java/org/apache/hive/service/cli/thrift/TByteValue.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TCLIService.java 15414 additions, 0 deletions.../java/org/apache/hive/service/cli/thrift/TCLIService.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TCLIServiceConstants.java 103 additions, 0 deletions.../apache/hive/service/cli/thrift/TCLIServiceConstants.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TCancelDelegationTokenReq.java 491 additions, 0 deletions...he/hive/service/cli/thrift/TCancelDelegationTokenReq.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TCancelDelegationTokenResp.java 390 additions, 0 deletions...e/hive/service/cli/thrift/TCancelDelegationTokenResp.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TCancelOperationReq.java 390 additions, 0 deletions...g/apache/hive/service/cli/thrift/TCancelOperationReq.java
- sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TCancelOperationResp.java 390 additions, 0 deletions.../apache/hive/service/cli/thrift/TCancelOperationResp.java
Loading
Please register or sign in to comment