[jira] [Updated] (HIVE-2684) Provide compile + run method for HiveServer interface

2012-04-21 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-2684:
---

Fix Version/s: (was: 0.9.0)

Unlinking from 0.9 

> Provide compile + run method for HiveServer interface
> -
>
> Key: HIVE-2684
> URL: https://issues.apache.org/jira/browse/HIVE-2684
> Project: Hive
>  Issue Type: Improvement
>  Components: Server Infrastructure
>Reporter: Navis
>Assignee: Navis
>Priority: Minor
> Attachments: HIVE-2684.D1041.1.patch, HIVE-2684.D1041.2.patch
>
>
> In our use cases, we need to access query plan in early time (before 
> execution). 
> 1. compile
> 2. get query plan
> 3. setup configuration (callback, etc.)
> 4. run the query
> Additional methods are needed for 1, 3, 4 stage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2684) Provide compile + run method for HiveServer interface

2011-12-27 Thread Phabricator (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-2684:
--

Attachment: HIVE-2684.D1041.2.patch

navis updated the revision "HIVE-2684 [jira] Provide compile + run method for 
HiveServer interface".
Reviewers: JIRA

  revert filemode of 
'service/src/gen/thrift/gen-py/hive_service/ThriftHive-remote'

REVISION DETAIL
  https://reviews.facebook.net/D1041

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/Driver.java
  service/if/hive_service.thrift
  service/src/gen/thrift/gen-cpp/ThriftHive.cpp
  service/src/gen/thrift/gen-cpp/ThriftHive.h
  service/src/gen/thrift/gen-cpp/ThriftHive_server.skeleton.cpp
  
service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/ThriftHive.java
  service/src/gen/thrift/gen-php/hive_service/ThriftHive.php
  service/src/gen/thrift/gen-py/hive_service/ThriftHive-remote
  service/src/gen/thrift/gen-py/hive_service/ThriftHive.py
  service/src/gen/thrift/gen-rb/thrift_hive.rb
  service/src/java/org/apache/hadoop/hive/service/HiveServer.java
  service/src/test/org/apache/hadoop/hive/service/TestHiveServer.java


> Provide compile + run method for HiveServer interface
> -
>
> Key: HIVE-2684
> URL: https://issues.apache.org/jira/browse/HIVE-2684
> Project: Hive
>  Issue Type: Improvement
>  Components: Server Infrastructure
>Reporter: Navis
>Priority: Minor
> Fix For: 0.9.0
>
> Attachments: HIVE-2684.D1041.1.patch, HIVE-2684.D1041.2.patch
>
>
> In our use cases, we need to access query plan in early time (before 
> execution). 
> 1. compile
> 2. get query plan
> 3. setup configuration (callback, etc.)
> 4. run the query
> Additional methods are needed for 1, 3, 4 stage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2684) Provide compile + run method for HiveServer interface

2011-12-27 Thread Phabricator (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-2684:
--

Attachment: HIVE-2684.D1041.1.patch

navis requested code review of "HIVE-2684 [jira] Provide compile + run method 
for HiveServer interface".
Reviewers: JIRA

  DPAL-165 Split thrift_client#execute to compile + run for early access to 
execution plan

  In our use cases, we need to access query plan in early time (before 
execution).

  1. compile
  2. get query plan
  3. setup configuration (callback, etc.)
  4. run the query

  Additional methods are needed for 1, 3, 4 stage.

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D1041

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/Driver.java
  service/if/hive_service.thrift
  service/src/gen/thrift/gen-cpp/ThriftHive.cpp
  service/src/gen/thrift/gen-cpp/ThriftHive.h
  service/src/gen/thrift/gen-cpp/ThriftHive_server.skeleton.cpp
  
service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/ThriftHive.java
  service/src/gen/thrift/gen-php/hive_service/ThriftHive.php
  service/src/gen/thrift/gen-py/hive_service/ThriftHive-remote
  service/src/gen/thrift/gen-py/hive_service/ThriftHive.py
  service/src/gen/thrift/gen-rb/thrift_hive.rb
  service/src/java/org/apache/hadoop/hive/service/HiveServer.java
  service/src/test/org/apache/hadoop/hive/service/TestHiveServer.java

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/2175/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.


> Provide compile + run method for HiveServer interface
> -
>
> Key: HIVE-2684
> URL: https://issues.apache.org/jira/browse/HIVE-2684
> Project: Hive
>  Issue Type: Improvement
>  Components: Server Infrastructure
>Reporter: Navis
>Priority: Minor
> Fix For: 0.9.0
>
> Attachments: HIVE-2684.D1041.1.patch
>
>
> In our use cases, we need to access query plan in early time (before 
> execution). 
> 1. compile
> 2. get query plan
> 3. setup configuration (callback, etc.)
> 4. run the query
> Additional methods are needed for 1, 3, 4 stage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira