[jira] [Updated] (HIVE-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-18 Thread Shreepadma Venugopalan (JIRA)

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

Shreepadma Venugopalan updated HIVE-1719:
-

Attachment: HIVE-1719.3.patch

 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch, HIVE-1719.3.patch.txt, 
 HIVE-1719.D3051.1.patch, HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, 
 HIVE-1719.D3249.1.patch, HIVE-1719.D3249.1.patch, HIVE-1719.D3249.2.patch, 
 HIVE-1719.D3249.3.patch, HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-18 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-1719:
--

Attachment: HIVE-1719.D3249.4.patch

shreepadma updated the revision HIVE-1719 [jira] Move RegexSerDe out of 
hive-contrib and over to hive-serde.
Reviewers: JIRA, cwsteinbach

- fix test to workaround order by issue


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

AFFECTED FILES
  contrib/src/test/queries/clientnegative/serde_regex.q
  contrib/src/test/queries/clientpositive/serde_regex.q
  contrib/src/test/results/clientnegative/serde_regex.q.out
  contrib/src/test/results/clientpositive/serde_regex.q.out
  ql/src/test/queries/clientnegative/serde_regex.q
  ql/src/test/queries/clientnegative/serde_regex2.q
  ql/src/test/queries/clientnegative/serde_regex3.q
  ql/src/test/queries/clientpositive/serde_regex.q
  ql/src/test/results/clientnegative/serde_regex.q.out
  ql/src/test/results/clientnegative/serde_regex2.q.out
  ql/src/test/results/clientnegative/serde_regex3.q.out
  ql/src/test/results/clientpositive/serde_regex.q.out
  serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java

To: JIRA, cwsteinbach, shreepadma


 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch, HIVE-1719.3.patch.txt, 
 HIVE-1719.D3051.1.patch, HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, 
 HIVE-1719.D3249.1.patch, HIVE-1719.D3249.1.patch, HIVE-1719.D3249.2.patch, 
 HIVE-1719.D3249.3.patch, HIVE-1719.D3249.4.patch, HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-18 Thread Carl Steinbach (JIRA)

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

Carl Steinbach updated HIVE-1719:
-

   Resolution: Fixed
Fix Version/s: 0.10.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks Shreepadma!

 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Fix For: 0.10.0

 Attachments: HIVE-1719.3.patch, HIVE-1719.3.patch.txt, 
 HIVE-1719.D3051.1.patch, HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, 
 HIVE-1719.D3249.1.patch, HIVE-1719.D3249.1.patch, HIVE-1719.D3249.2.patch, 
 HIVE-1719.D3249.3.patch, HIVE-1719.D3249.4.patch, HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-18 Thread Shreepadma Venugopalan (JIRA)

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

Shreepadma Venugopalan updated HIVE-1719:
-

Attachment: (was: HIVE-1719.patch)

 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Fix For: 0.10.0

 Attachments: HIVE-1719.3.patch, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, HIVE-1719.D3249.1.patch, 
 HIVE-1719.D3249.1.patch, HIVE-1719.D3249.2.patch, HIVE-1719.D3249.3.patch, 
 HIVE-1719.D3249.4.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-18 Thread Shreepadma Venugopalan (JIRA)

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

Shreepadma Venugopalan updated HIVE-1719:
-

Attachment: (was: HIVE-1719.3.patch.txt)

 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Fix For: 0.10.0

 Attachments: HIVE-1719.3.patch, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, HIVE-1719.D3249.1.patch, 
 HIVE-1719.D3249.1.patch, HIVE-1719.D3249.2.patch, HIVE-1719.D3249.3.patch, 
 HIVE-1719.D3249.4.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-16 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-1719:
--

Attachment: HIVE-1719.D3249.2.patch

shreepadma updated the revision HIVE-1719 [jira] Move RegexSerDe out of 
hive-contrib and over to hive-serde.
Reviewers: JIRA, cwsteinbach

  Regex Serde Changes

  RegexSerDe is as much a part of the standard Hive distribution as the other 
SerDes
  currently in hive-serde. I think we should move it over to the hive-serde 
module so that
  users don't have to go to the added effort of manually registering the 
contrib jar before
  using it.

  This includes the changes requested by Carl from the previous revision.


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

AFFECTED FILES
  contrib/src/test/queries/clientnegative/serde_regex.q
  contrib/src/test/queries/clientpositive/serde_regex.q
  contrib/src/test/results/clientnegative/serde_regex.q.out
  contrib/src/test/results/clientpositive/serde_regex.q.out
  ql/src/test/queries/clientnegative/serde_regex.q
  ql/src/test/queries/clientnegative/serde_regex2.q
  ql/src/test/queries/clientnegative/serde_regex3.q
  ql/src/test/queries/clientpositive/serde_regex.q
  ql/src/test/results/clientnegative/serde_regex.q.out
  ql/src/test/results/clientnegative/serde_regex2.q.out
  ql/src/test/results/clientnegative/serde_regex3.q.out
  ql/src/test/results/clientpositive/serde_regex.q.out
  serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java

To: JIRA, cwsteinbach, shreepadma


 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch.txt, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, HIVE-1719.D3249.1.patch, 
 HIVE-1719.D3249.1.patch, HIVE-1719.D3249.2.patch, HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-16 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-1719:
--

Attachment: HIVE-1719.D3249.3.patch

shreepadma updated the revision HIVE-1719 [jira] Move RegexSerDe out of 
hive-contrib and over to hive-serde.
Reviewers: JIRA, cwsteinbach

- HIVE-1719: Changes requested by Carl


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

AFFECTED FILES
  contrib/src/test/queries/clientnegative/serde_regex.q
  contrib/src/test/queries/clientpositive/serde_regex.q
  contrib/src/test/results/clientnegative/serde_regex.q.out
  contrib/src/test/results/clientpositive/serde_regex.q.out
  ql/src/test/queries/clientnegative/serde_regex.q
  ql/src/test/queries/clientnegative/serde_regex2.q
  ql/src/test/queries/clientnegative/serde_regex3.q
  ql/src/test/queries/clientpositive/serde_regex.q
  ql/src/test/results/clientnegative/serde_regex.q.out
  ql/src/test/results/clientnegative/serde_regex2.q.out
  ql/src/test/results/clientnegative/serde_regex3.q.out
  ql/src/test/results/clientpositive/serde_regex.q.out
  serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java

To: JIRA, cwsteinbach, shreepadma


 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch.txt, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, HIVE-1719.D3249.1.patch, 
 HIVE-1719.D3249.1.patch, HIVE-1719.D3249.2.patch, HIVE-1719.D3249.3.patch, 
 HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-15 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-1719:
--

Attachment: HIVE-1719.D3249.1.patch

shreepadma requested code review of HIVE-1719 [jira] Move RegexSerDe out of 
hive-contrib and over to hive-serde.
Reviewers: JIRA, cwsteinbach

  Regex Serde Changes

  RegexSerDe is as much a part of the standard Hive distribution as the other 
SerDes
  currently in hive-serde. I think we should move it over to the hive-serde 
module so that
  users don't have to go to the added effort of manually registering the 
contrib jar before
  using it.

TEST PLAN
  EMPTY

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

AFFECTED FILES
  contrib/src/test/queries/clientnegative/serde_regex.q
  contrib/src/test/queries/clientpositive/serde_regex.q
  contrib/src/test/results/clientnegative/serde_regex.q.out
  contrib/src/test/results/clientpositive/serde_regex.q.out
  ql/src/test/queries/clientnegative/serde_regex.q
  ql/src/test/queries/clientnegative/serde_regex2.q
  ql/src/test/queries/clientnegative/serde_regex3.q
  ql/src/test/queries/clientpositive/serde_regex.q
  ql/src/test/results/clientnegative/serde_regex.q.out
  ql/src/test/results/clientnegative/serde_regex2.q.out
  ql/src/test/results/clientnegative/serde_regex3.q.out
  ql/src/test/results/clientpositive/serde_regex.q.out
  serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java

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

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

To: JIRA, cwsteinbach, shreepadma
Cc: shreepadma


 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch.txt, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, HIVE-1719.D3249.1.patch, 
 HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-15 Thread Shreepadma Venugopalan (JIRA)

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

Shreepadma Venugopalan updated HIVE-1719:
-

Attachment: HIVE-1719.D3249.1.patch

 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch.txt, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, HIVE-1719.D3249.1.patch, 
 HIVE-1719.D3249.1.patch, HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-11 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-1719:
--

Attachment: HIVE-1719.D3141.1.patch

cwsteinbach requested code review of HIVE-1719 [jira] Move RegexSerDe out of 
hive-contrib and over to hive-serde.
Reviewers: JIRA

  https://issues.apache.org/jira/secure/attachment/12526449/HIVE-1719.patch

  RegexSerDe is as much a part of the standard Hive distribution as the other 
SerDes
  currently in hive-serde. I think we should move it over to the hive-serde 
module so that
  users don't have to go to the added effort of manually registering the 
contrib jar before
  using it.

TEST PLAN
  EMPTY

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

AFFECTED FILES
  contrib/src/test/queries/clientnegative/serde_regex.q
  contrib/src/test/queries/clientpositive/serde_regex.q
  contrib/src/test/results/clientnegative/serde_regex.q.out
  contrib/src/test/results/clientpositive/serde_regex.q.out
  ql/src/test/queries/clientnegative/serde_regex.q
  ql/src/test/queries/clientnegative/serde_regex2.q
  ql/src/test/queries/clientnegative/serde_regex3.q
  ql/src/test/queries/clientpositive/serde_regex.q
  ql/src/test/queries/clientpositive/serde_regex2.q
  ql/src/test/queries/clientpositive/serde_regex3.q
  ql/src/test/results/clientnegative/serde_regex.q.out
  ql/src/test/results/clientnegative/serde_regex2.q.out
  ql/src/test/results/clientnegative/serde_regex3.q.out
  ql/src/test/results/clientpositive/serde_regex.q.out
  ql/src/test/results/clientpositive/serde_regex2.q.out
  ql/src/test/results/clientpositive/serde_regex3.q.out
  serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java

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

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

To: JIRA, cwsteinbach
Cc: cwsteinbach


 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch.txt, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch, HIVE-1719.D3141.1.patch, HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-10 Thread Shreepadma Venugopalan (JIRA)

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

Shreepadma Venugopalan updated HIVE-1719:
-

Attachment: HIVE-1719.patch

 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch.txt, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch, HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-10 Thread Shreepadma Venugopalan (JIRA)

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

Shreepadma Venugopalan updated HIVE-1719:
-

Status: Patch Available  (was: Open)

 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch.txt, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch, HIVE-1719.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-09 Thread Shreepadma Venugopalan (JIRA)

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

Shreepadma Venugopalan updated HIVE-1719:
-

Attachment: HIVE-1719.3.patch.txt

This patch makes the following changes,

* Moves Regex SerDe to hive-serde
* Deprecates Regex SerDe under hive-contrib. However the behavior of Regex 
Serde under hive-contrib is not altered in anyway.

Additionally it alters the behavior of Regex SerDe under hive-serde in the 
following ways,

* Raises an exception when the input pattern to Regex is null
* Logs a warning when the # of matching groups don't match the # of cols
* Deprecates the output.format.string

This patch also improves coverage for regex serde under hive-serde by adding 
additional positive and negative test cases. Please note that the regex serde 
in the contrib module contains a deprecation warning, but its behavior is *not* 
altered in any way.

 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.3.patch.txt, HIVE-1719.D3051.1.patch, 
 HIVE-1719.D3051.2.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-04 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-1719:
--

Attachment: HIVE-1719.D3051.1.patch

shreepadma requested code review of HIVE-1719 [jira] Move RegexSerDe out of 
hive-contrib and over to hive-serde.
Reviewers: JIRA, cwsteinbach

  HIVE-1719.Move Regex Serde

  RegexSerDe is as much a part of the standard Hive distribution as the other
  SerDes
  currently in hive-serde. I think we should move it over to the hive-serde 
module
  so that
  users don't have to go to the added effort of manually registering the contrib
  jar before
  using it.

TEST PLAN
  EMPTY

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

AFFECTED FILES
  serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java


 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.D3051.1.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-04 Thread Phabricator (JIRA)

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

Phabricator updated HIVE-1719:
--

Attachment: HIVE-1719.D3051.2.patch

shreepadma updated the revision HIVE-1719 [jira] Move RegexSerDe out of 
hive-contrib and over to hive-serde.
Reviewers: JIRA, cwsteinbach

- HIVE-1719 Deprecate Regex Serde in contrib
- HIVE-1719 Deprecate Regex Serde in contrib

  * This patch includes the deprecation warnings on top of the previous patch 
which moved the RegexSerDe to the SerDe directory


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

AFFECTED FILES
  serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java


 Move RegexSerDe out of hive-contrib and over to hive-serde
 --

 Key: HIVE-1719
 URL: https://issues.apache.org/jira/browse/HIVE-1719
 Project: Hive
  Issue Type: Task
  Components: Serializers/Deserializers
Reporter: Carl Steinbach
Assignee: Shreepadma Venugopalan
 Attachments: HIVE-1719.D3051.1.patch, HIVE-1719.D3051.2.patch


 RegexSerDe is as much a part of the standard Hive distribution as the other 
 SerDes
 currently in hive-serde. I think we should move it over to the hive-serde 
 module so that
 users don't have to go to the added effort of manually registering the 
 contrib jar before
 using it.

--
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