[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-06-11 Thread Swarnim Kulkarni (JIRA)

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

Swarnim Kulkarni updated HIVE-6999:
---

Labels: TODOC14  (was: )

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.11.0, 0.12.0, 0.13.0
Reporter: Harish Butani
Assignee: Harish Butani
  Labels: TODOC14
 Fix For: 0.14.0

 Attachments: HIVE-6999.1.patch, HIVE-6999.2.patch, HIVE-6999.3.patch, 
 HIVE-6999.4.patch, HIVE-6999.4.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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


[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-05-19 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-6999:
---

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

Test failures are unrelated to this patch and are tracked elsewhere. Committed 
to trunk. Thanks, Harish!

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.11.0, 0.12.0, 0.13.0
Reporter: Harish Butani
Assignee: Harish Butani
 Fix For: 0.14.0

 Attachments: HIVE-6999.1.patch, HIVE-6999.2.patch, HIVE-6999.3.patch, 
 HIVE-6999.4.patch, HIVE-6999.4.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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


[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-05-17 Thread Brock Noland (JIRA)

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

Brock Noland updated HIVE-6999:
---

Attachment: HIVE-6999.4.patch

Re-uploading patch to test ptest.

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.11.0, 0.12.0, 0.13.0
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-6999.1.patch, HIVE-6999.2.patch, HIVE-6999.3.patch, 
 HIVE-6999.4.patch, HIVE-6999.4.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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


[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-05-16 Thread Harish Butani (JIRA)

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

Harish Butani updated HIVE-6999:


Status: Patch Available  (was: Open)

rebase

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.13.0, 0.12.0, 0.11.0
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-6999.1.patch, HIVE-6999.2.patch, HIVE-6999.3.patch, 
 HIVE-6999.4.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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


[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-05-16 Thread Harish Butani (JIRA)

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

Harish Butani updated HIVE-6999:


Attachment: HIVE-6999.4.patch

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.11.0, 0.12.0, 0.13.0
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-6999.1.patch, HIVE-6999.2.patch, HIVE-6999.3.patch, 
 HIVE-6999.4.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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


[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-05-16 Thread Harish Butani (JIRA)

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

Harish Butani updated HIVE-6999:


Status: Open  (was: Patch Available)

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.13.0, 0.12.0, 0.11.0
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-6999.1.patch, HIVE-6999.2.patch, HIVE-6999.3.patch, 
 HIVE-6999.4.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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


[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-05-15 Thread Harish Butani (JIRA)

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

Harish Butani updated HIVE-6999:


Attachment: HIVE-6999.3.patch

fix show_functions.q.out diff

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.11.0, 0.12.0, 0.13.0
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-6999.1.patch, HIVE-6999.2.patch, HIVE-6999.3.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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


[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-05-15 Thread Harish Butani (JIRA)

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

Harish Butani updated HIVE-6999:


Status: Open  (was: Patch Available)

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.13.0, 0.12.0, 0.11.0
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-6999.1.patch, HIVE-6999.2.patch, HIVE-6999.3.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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


[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-05-15 Thread Harish Butani (JIRA)

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

Harish Butani updated HIVE-6999:


Status: Patch Available  (was: Open)

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Affects Versions: 0.13.0, 0.12.0, 0.11.0
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-6999.1.patch, HIVE-6999.2.patch, HIVE-6999.3.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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


[jira] [Updated] (HIVE-6999) Add streaming mode to PTFs

2014-05-01 Thread Harish Butani (JIRA)

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

Harish Butani updated HIVE-6999:


Attachment: HIVE-6999.1.patch

 Add streaming mode to PTFs
 --

 Key: HIVE-6999
 URL: https://issues.apache.org/jira/browse/HIVE-6999
 Project: Hive
  Issue Type: Improvement
Reporter: Harish Butani
Assignee: Harish Butani
 Attachments: HIVE-6999.1.patch


 There are a set of use cases where the Table Function can operate on a 
 Partition row by row or on a subset(window) of rows as it is being streamed 
 to it.
 - Windowing has couple of use cases of this:processing of Rank functions, 
 processing of Window Aggregations.
 - But this is a generic concept: any analysis that operates on an Ordered 
 partition maybe able to operate in Streaming mode.
 This patch introduces streaming mode in PTFs and provides the mechanics to 
 handle PTF chains that contain both modes of PTFs.
 Subsequent patches will introduce Streaming mode for Windowing.



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