[jira] [Updated] (HIVE-4965) Add support so that PTFs can stream their output; Windowing PTF should do this

2014-04-29 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-4965:
---

   Resolution: Fixed
Fix Version/s: 0.14.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Harish!

 Add support so that PTFs can stream their output; Windowing PTF should do this
 --

 Key: HIVE-4965
 URL: https://issues.apache.org/jira/browse/HIVE-4965
 Project: Hive
  Issue Type: Bug
Reporter: Harish Butani
Assignee: Harish Butani
 Fix For: 0.14.0

 Attachments: HIVE-4965.4.patch, HIVE-4965.D12033.1.patch, 
 HIVE-4965.D12615.1.patch


 There is no need to create an output PTF Partition for the last PTF in a 
 chain. For the Windowing PTF this should give a perf. boost; we avoid 
 creating temporary results for each UDAF; avoid populating an output 
 Partition.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-4965) Add support so that PTFs can stream their output; Windowing PTF should do this

2014-04-25 Thread Harish Butani (JIRA)

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

Harish Butani updated HIVE-4965:


Status: Patch Available  (was: Open)

 Add support so that PTFs can stream their output; Windowing PTF should do this
 --

 Key: HIVE-4965
 URL: https://issues.apache.org/jira/browse/HIVE-4965
 Project: Hive
  Issue Type: Bug
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-4965.4.patch, HIVE-4965.D12033.1.patch, 
 HIVE-4965.D12615.1.patch


 There is no need to create an output PTF Partition for the last PTF in a 
 chain. For the Windowing PTF this should give a perf. boost; we avoid 
 creating temporary results for each UDAF; avoid populating an output 
 Partition.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-4965) Add support so that PTFs can stream their output; Windowing PTF should do this

2014-04-25 Thread Harish Butani (JIRA)

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

Harish Butani updated HIVE-4965:


Attachment: HIVE-4965.4.patch

 Add support so that PTFs can stream their output; Windowing PTF should do this
 --

 Key: HIVE-4965
 URL: https://issues.apache.org/jira/browse/HIVE-4965
 Project: Hive
  Issue Type: Bug
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-4965.4.patch, HIVE-4965.D12033.1.patch, 
 HIVE-4965.D12615.1.patch


 There is no need to create an output PTF Partition for the last PTF in a 
 chain. For the Windowing PTF this should give a perf. boost; we avoid 
 creating temporary results for each UDAF; avoid populating an output 
 Partition.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-4965) Add support so that PTFs can stream their output; Windowing PTF should do this

2013-10-22 Thread Navis (JIRA)

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

Navis updated HIVE-4965:


Assignee: Harish Butani

 Add support so that PTFs can stream their output; Windowing PTF should do this
 --

 Key: HIVE-4965
 URL: https://issues.apache.org/jira/browse/HIVE-4965
 Project: Hive
  Issue Type: Bug
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-4965.D12033.1.patch, HIVE-4965.D12615.1.patch


 There is no need to create an output PTF Partition for the last PTF in a 
 chain. For the Windowing PTF this should give a perf. boost; we avoid 
 creating temporary results for each UDAF; avoid populating an output 
 Partition.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-4965) Add support so that PTFs can stream their output; Windowing PTF should do this

2013-08-29 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-4965:
--

Attachment: HIVE-4965.D12615.1.patch

hbutani requested code review of HIVE-4965 [jira] Add support so that PTFs can 
stream their output; Windowing PTF should do this.

Reviewers: JIRA, ashutoshc

fix lint issues

There is no need to create an output PTF Partition for the last PTF in a chain. 
For the Windowing PTF this should give a perf. boost; we avoid creating 
temporary results for each UDAF; avoid populating an output Partition.

TEST PLAN
  EMPTY

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

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/exec/PTFOperator.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/PTFTranslator.java
  ql/src/java/org/apache/hadoop/hive/ql/plan/PTFDeserializer.java
  ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/TableFunctionEvaluator.java
  ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/WindowingTableFunction.java

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

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

To: JIRA, ashutoshc, hbutani


 Add support so that PTFs can stream their output; Windowing PTF should do this
 --

 Key: HIVE-4965
 URL: https://issues.apache.org/jira/browse/HIVE-4965
 Project: Hive
  Issue Type: Bug
Reporter: Harish Butani
 Attachments: HIVE-4965.D12033.1.patch, HIVE-4965.D12615.1.patch


 There is no need to create an output PTF Partition for the last PTF in a 
 chain. For the Windowing PTF this should give a perf. boost; we avoid 
 creating temporary results for each UDAF; avoid populating an output 
 Partition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4965) Add support so that PTFs can stream their output; Windowing PTF should do this

2013-08-06 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-4965:
--

Attachment: HIVE-4965.D12033.1.patch

hbutani requested code review of HIVE-4965 [jira] Add support so that PTFs can 
stream their output; Windowing PTF should do this.

Reviewers: JIRA, ashutoshc

fix lint issues

There is no need to create an output PTF Partition for the last PTF in a chain. 
For the Windowing PTF this should give a perf. boost; we avoid creating 
temporary results for each UDAF; avoid populating an output Partition.

TEST PLAN
  EMPTY

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

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/exec/PTFOperator.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/PTFTranslator.java
  ql/src/java/org/apache/hadoop/hive/ql/plan/PTFDeserializer.java
  ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/TableFunctionEvaluator.java
  ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/WindowingTableFunction.java

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

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

To: JIRA, ashutoshc, hbutani


 Add support so that PTFs can stream their output; Windowing PTF should do this
 --

 Key: HIVE-4965
 URL: https://issues.apache.org/jira/browse/HIVE-4965
 Project: Hive
  Issue Type: Bug
Reporter: Harish Butani
 Attachments: HIVE-4965.D12033.1.patch


 There is no need to create an output PTF Partition for the last PTF in a 
 chain. For the Windowing PTF this should give a perf. boost; we avoid 
 creating temporary results for each UDAF; avoid populating an output 
 Partition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira