[jira] [Updated] (PIG-3749) PigPerformance - data in the map gets lost during parsing

2015-04-28 Thread Daniel Dai (JIRA)

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

Daniel Dai updated PIG-3749:

Fix Version/s: (was: 0.15.0)

 PigPerformance - data in the map gets lost during parsing
 -

 Key: PIG-3749
 URL: https://issues.apache.org/jira/browse/PIG-3749
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Keren Ouaknine
Assignee: Keren Ouaknine
 Attachments: PIG-3749.patch


 Create a Pigmix sample dataset which looks as follow:
 keren 1   2   qt  3   4   5.0 aaaabbbb 
 mccccddddeeeedmffffgggghhhh
 Launch the following query:
 A = load 'page_views_sample.txt' using 
 org.apache.pig.test.pigmix.udf.PigPerformanceLoader()
 as (user, action, timespent, query_term, ip_addr, timestamp, 
 estimated_revenue, page_info, page_links);
 store A into 'L1out_A';
 B = foreach A generate user, (int)action as action, (map[])page_info as 
 page_info, flatten((bag{tuple(map[])})page_links) as page_links;
 store B into 'L1out_B';
 The result looks like this: 
 keren 1   [b#bbb,a#aaa]   [d#,e#eee,c#ccc]
 keren 1   [b#bbb,a#aaa]   [f#fff,g#ggg,h#hhh
 It is missing the 'ddd' value and a closing bracket.
 Thanks,
 Keren



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-3749) PigPerformance - data in the map gets lost during parsing

2014-10-14 Thread Daniel Dai (JIRA)

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

Daniel Dai updated PIG-3749:

Fix Version/s: (was: 0.14.0)
   0.15.0

 PigPerformance - data in the map gets lost during parsing
 -

 Key: PIG-3749
 URL: https://issues.apache.org/jira/browse/PIG-3749
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Keren Ouaknine
Assignee: Keren Ouaknine
 Fix For: 0.15.0

 Attachments: PIG-3749.patch


 Create a Pigmix sample dataset which looks as follow:
 keren 1   2   qt  3   4   5.0 aaaabbbb 
 mccccddddeeeedmffffgggghhhh
 Launch the following query:
 A = load 'page_views_sample.txt' using 
 org.apache.pig.test.pigmix.udf.PigPerformanceLoader()
 as (user, action, timespent, query_term, ip_addr, timestamp, 
 estimated_revenue, page_info, page_links);
 store A into 'L1out_A';
 B = foreach A generate user, (int)action as action, (map[])page_info as 
 page_info, flatten((bag{tuple(map[])})page_links) as page_links;
 store B into 'L1out_B';
 The result looks like this: 
 keren 1   [b#bbb,a#aaa]   [d#,e#eee,c#ccc]
 keren 1   [b#bbb,a#aaa]   [f#fff,g#ggg,h#hhh
 It is missing the 'ddd' value and a closing bracket.
 Thanks,
 Keren



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PIG-3749) PigPerformance - data in the map gets lost during parsing

2014-05-27 Thread Aniket Mokashi (JIRA)

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

Aniket Mokashi updated PIG-3749:


Fix Version/s: (was: 0.13.0)
   0.14.0

 PigPerformance - data in the map gets lost during parsing
 -

 Key: PIG-3749
 URL: https://issues.apache.org/jira/browse/PIG-3749
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Keren Ouaknine
Assignee: Keren Ouaknine
 Fix For: 0.14.0

 Attachments: PIG-3749.patch


 Create a Pigmix sample dataset which looks as follow:
 keren 1   2   qt  3   4   5.0 aaaabbbb 
 mccccddddeeeedmffffgggghhhh
 Launch the following query:
 A = load 'page_views_sample.txt' using 
 org.apache.pig.test.pigmix.udf.PigPerformanceLoader()
 as (user, action, timespent, query_term, ip_addr, timestamp, 
 estimated_revenue, page_info, page_links);
 store A into 'L1out_A';
 B = foreach A generate user, (int)action as action, (map[])page_info as 
 page_info, flatten((bag{tuple(map[])})page_links) as page_links;
 store B into 'L1out_B';
 The result looks like this: 
 keren 1   [b#bbb,a#aaa]   [d#,e#eee,c#ccc]
 keren 1   [b#bbb,a#aaa]   [f#fff,g#ggg,h#hhh
 It is missing the 'ddd' value and a closing bracket.
 Thanks,
 Keren



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


[jira] [Updated] (PIG-3749) PigPerformance - data in the map gets lost during parsing

2014-04-14 Thread Cheolsoo Park (JIRA)

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

Cheolsoo Park updated PIG-3749:
---

Status: Open  (was: Patch Available)

Canceling patch while waiting for response.

 PigPerformance - data in the map gets lost during parsing
 -

 Key: PIG-3749
 URL: https://issues.apache.org/jira/browse/PIG-3749
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Keren Ouaknine
Assignee: Keren Ouaknine
 Fix For: 0.13.0

 Attachments: PIG-3749.patch


 Create a Pigmix sample dataset which looks as follow:
 keren 1   2   qt  3   4   5.0 aaaabbbb 
 mccccddddeeeedmffffgggghhhh
 Launch the following query:
 A = load 'page_views_sample.txt' using 
 org.apache.pig.test.pigmix.udf.PigPerformanceLoader()
 as (user, action, timespent, query_term, ip_addr, timestamp, 
 estimated_revenue, page_info, page_links);
 store A into 'L1out_A';
 B = foreach A generate user, (int)action as action, (map[])page_info as 
 page_info, flatten((bag{tuple(map[])})page_links) as page_links;
 store B into 'L1out_B';
 The result looks like this: 
 keren 1   [b#bbb,a#aaa]   [d#,e#eee,c#ccc]
 keren 1   [b#bbb,a#aaa]   [f#fff,g#ggg,h#hhh
 It is missing the 'ddd' value and a closing bracket.
 Thanks,
 Keren



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


[jira] [Updated] (PIG-3749) PigPerformance - data in the map gets lost during parsing

2014-04-01 Thread Prashant Kommireddi (JIRA)

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

Prashant Kommireddi updated PIG-3749:
-

Fix Version/s: (was: 0.12.1)
   0.13.0

 PigPerformance - data in the map gets lost during parsing
 -

 Key: PIG-3749
 URL: https://issues.apache.org/jira/browse/PIG-3749
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Keren Ouaknine
Assignee: Keren Ouaknine
 Fix For: 0.13.0

 Attachments: PIG-3749.patch


 Create a Pigmix sample dataset which looks as follow:
 keren 1   2   qt  3   4   5.0 aaaabbbb 
 mccccddddeeeedmffffgggghhhh
 Launch the following query:
 A = load 'page_views_sample.txt' using 
 org.apache.pig.test.pigmix.udf.PigPerformanceLoader()
 as (user, action, timespent, query_term, ip_addr, timestamp, 
 estimated_revenue, page_info, page_links);
 store A into 'L1out_A';
 B = foreach A generate user, (int)action as action, (map[])page_info as 
 page_info, flatten((bag{tuple(map[])})page_links) as page_links;
 store B into 'L1out_B';
 The result looks like this: 
 keren 1   [b#bbb,a#aaa]   [d#,e#eee,c#ccc]
 keren 1   [b#bbb,a#aaa]   [f#fff,g#ggg,h#hhh
 It is missing the 'ddd' value and a closing bracket.
 Thanks,
 Keren



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


[jira] [Updated] (PIG-3749) PigPerformance - data in the map gets lost during parsing

2014-03-25 Thread Keren Ouaknine (JIRA)

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

Keren Ouaknine updated PIG-3749:


Fix Version/s: 0.12.1
 Release Note: Bug in PigPerformanceLoader when reading bytes, the loop 
which looks for a termination character in a map is missing the null value 
(Ascii=0) 
   Status: Patch Available  (was: Open)

 PigPerformance - data in the map gets lost during parsing
 -

 Key: PIG-3749
 URL: https://issues.apache.org/jira/browse/PIG-3749
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Keren Ouaknine
 Fix For: 0.12.1


 Create a Pigmix sample dataset which looks as follow:
 keren 1   2   qt  3   4   5.0 aaaabbbb 
 mccccddddeeeedmffffgggghhhh
 Launch the following query:
 A = load 'page_views_sample.txt' using 
 org.apache.pig.test.pigmix.udf.PigPerformanceLoader()
 as (user, action, timespent, query_term, ip_addr, timestamp, 
 estimated_revenue, page_info, page_links);
 store A into 'L1out_A';
 B = foreach A generate user, (int)action as action, (map[])page_info as 
 page_info, flatten((bag{tuple(map[])})page_links) as page_links;
 store B into 'L1out_B';
 The result looks like this: 
 keren 1   [b#bbb,a#aaa]   [d#,e#eee,c#ccc]
 keren 1   [b#bbb,a#aaa]   [f#fff,g#ggg,h#hhh
 It is missing the 'ddd' value and a closing bracket.
 Thanks,
 Keren



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


[jira] [Updated] (PIG-3749) PigPerformance - data in the map gets lost during parsing

2014-03-25 Thread Keren Ouaknine (JIRA)

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

Keren Ouaknine updated PIG-3749:


Attachment: (was: patch.txt)

 PigPerformance - data in the map gets lost during parsing
 -

 Key: PIG-3749
 URL: https://issues.apache.org/jira/browse/PIG-3749
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Keren Ouaknine
 Fix For: 0.12.1

 Attachments: PIG-3749.patch


 Create a Pigmix sample dataset which looks as follow:
 keren 1   2   qt  3   4   5.0 aaaabbbb 
 mccccddddeeeedmffffgggghhhh
 Launch the following query:
 A = load 'page_views_sample.txt' using 
 org.apache.pig.test.pigmix.udf.PigPerformanceLoader()
 as (user, action, timespent, query_term, ip_addr, timestamp, 
 estimated_revenue, page_info, page_links);
 store A into 'L1out_A';
 B = foreach A generate user, (int)action as action, (map[])page_info as 
 page_info, flatten((bag{tuple(map[])})page_links) as page_links;
 store B into 'L1out_B';
 The result looks like this: 
 keren 1   [b#bbb,a#aaa]   [d#,e#eee,c#ccc]
 keren 1   [b#bbb,a#aaa]   [f#fff,g#ggg,h#hhh
 It is missing the 'ddd' value and a closing bracket.
 Thanks,
 Keren



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


[jira] [Updated] (PIG-3749) PigPerformance - data in the map gets lost during parsing

2014-03-25 Thread Keren Ouaknine (JIRA)

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

Keren Ouaknine updated PIG-3749:


Attachment: PIG-3749.patch

 PigPerformance - data in the map gets lost during parsing
 -

 Key: PIG-3749
 URL: https://issues.apache.org/jira/browse/PIG-3749
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Keren Ouaknine
 Fix For: 0.12.1

 Attachments: PIG-3749.patch


 Create a Pigmix sample dataset which looks as follow:
 keren 1   2   qt  3   4   5.0 aaaabbbb 
 mccccddddeeeedmffffgggghhhh
 Launch the following query:
 A = load 'page_views_sample.txt' using 
 org.apache.pig.test.pigmix.udf.PigPerformanceLoader()
 as (user, action, timespent, query_term, ip_addr, timestamp, 
 estimated_revenue, page_info, page_links);
 store A into 'L1out_A';
 B = foreach A generate user, (int)action as action, (map[])page_info as 
 page_info, flatten((bag{tuple(map[])})page_links) as page_links;
 store B into 'L1out_B';
 The result looks like this: 
 keren 1   [b#bbb,a#aaa]   [d#,e#eee,c#ccc]
 keren 1   [b#bbb,a#aaa]   [f#fff,g#ggg,h#hhh
 It is missing the 'ddd' value and a closing bracket.
 Thanks,
 Keren



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


[jira] [Updated] (PIG-3749) PigPerformance - data in the map gets lost during parsing

2014-03-25 Thread Daniel Dai (JIRA)

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

Daniel Dai updated PIG-3749:


Assignee: Keren Ouaknine

 PigPerformance - data in the map gets lost during parsing
 -

 Key: PIG-3749
 URL: https://issues.apache.org/jira/browse/PIG-3749
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Keren Ouaknine
Assignee: Keren Ouaknine
 Fix For: 0.12.1

 Attachments: PIG-3749.patch


 Create a Pigmix sample dataset which looks as follow:
 keren 1   2   qt  3   4   5.0 aaaabbbb 
 mccccddddeeeedmffffgggghhhh
 Launch the following query:
 A = load 'page_views_sample.txt' using 
 org.apache.pig.test.pigmix.udf.PigPerformanceLoader()
 as (user, action, timespent, query_term, ip_addr, timestamp, 
 estimated_revenue, page_info, page_links);
 store A into 'L1out_A';
 B = foreach A generate user, (int)action as action, (map[])page_info as 
 page_info, flatten((bag{tuple(map[])})page_links) as page_links;
 store B into 'L1out_B';
 The result looks like this: 
 keren 1   [b#bbb,a#aaa]   [d#,e#eee,c#ccc]
 keren 1   [b#bbb,a#aaa]   [f#fff,g#ggg,h#hhh
 It is missing the 'ddd' value and a closing bracket.
 Thanks,
 Keren



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