You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/09/10 20:36:33 UTC

[jira] Created: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

Fix Base64TextInputFormat to be compatible with commons codec 1.4
-----------------------------------------------------------------

                 Key: HIVE-1628
                 URL: https://issues.apache.org/jira/browse/HIVE-1628
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Contrib
    Affects Versions: 0.6.0, 0.7.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon


Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HIVE-1628:
------------------------------

    Status: Patch Available  (was: Open)

> Fix Base64TextInputFormat to be compatible with commons codec 1.4
> -----------------------------------------------------------------
>
>                 Key: HIVE-1628
>                 URL: https://issues.apache.org/jira/browse/HIVE-1628
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: hive-1628-0.5.txt, hive-1628.txt
>
>
> Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HIVE-1628:
------------------------------

    Status: Patch Available  (was: Open)

> Fix Base64TextInputFormat to be compatible with commons codec 1.4
> -----------------------------------------------------------------
>
>                 Key: HIVE-1628
>                 URL: https://issues.apache.org/jira/browse/HIVE-1628
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: hive-1628-0.5.txt, hive-1628-0.5.txt, hive-1628.txt, hive-1628.txt
>
>
> Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HIVE-1628:
------------------------------

    Attachment: hive-1628.txt
                hive-1628-0.5.txt

> Fix Base64TextInputFormat to be compatible with commons codec 1.4
> -----------------------------------------------------------------
>
>                 Key: HIVE-1628
>                 URL: https://issues.apache.org/jira/browse/HIVE-1628
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: hive-1628-0.5.txt, hive-1628.txt
>
>
> Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-1628:
-----------------------------

    Fix Version/s: 0.7.0

> Fix Base64TextInputFormat to be compatible with commons codec 1.4
> -----------------------------------------------------------------
>
>                 Key: HIVE-1628
>                 URL: https://issues.apache.org/jira/browse/HIVE-1628
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.7.0
>
>         Attachments: hive-1628-0.5.txt, hive-1628-0.5.txt, hive-1628.txt, hive-1628.txt
>
>
> Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912634#action_12912634 ] 

John Sichi commented on HIVE-1628:
----------------------------------

+1.  Will commit if tests pass.


> Fix Base64TextInputFormat to be compatible with commons codec 1.4
> -----------------------------------------------------------------
>
>                 Key: HIVE-1628
>                 URL: https://issues.apache.org/jira/browse/HIVE-1628
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.7.0
>
>         Attachments: hive-1628-0.5.txt, hive-1628-0.5.txt, hive-1628.txt, hive-1628.txt
>
>
> Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HIVE-1628:
------------------------------

    Status: Open  (was: Patch Available)

Oops, I just noticed I posted the wrong patch! sorry, one sec...

> Fix Base64TextInputFormat to be compatible with commons codec 1.4
> -----------------------------------------------------------------
>
>                 Key: HIVE-1628
>                 URL: https://issues.apache.org/jira/browse/HIVE-1628
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: hive-1628-0.5.txt, hive-1628.txt
>
>
> Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-1628:
-----------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
      Resolution: Fixed

Committed (trunk only).  Thanks Todd!


> Fix Base64TextInputFormat to be compatible with commons codec 1.4
> -----------------------------------------------------------------
>
>                 Key: HIVE-1628
>                 URL: https://issues.apache.org/jira/browse/HIVE-1628
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.7.0
>
>         Attachments: hive-1628-0.5.txt, hive-1628-0.5.txt, hive-1628.txt, hive-1628.txt
>
>
> Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HIVE-1628:
------------------------------

    Attachment: hive-1628.txt
                hive-1628-0.5.txt

Here are the correct patches.

> Fix Base64TextInputFormat to be compatible with commons codec 1.4
> -----------------------------------------------------------------
>
>                 Key: HIVE-1628
>                 URL: https://issues.apache.org/jira/browse/HIVE-1628
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: hive-1628-0.5.txt, hive-1628-0.5.txt, hive-1628.txt, hive-1628.txt
>
>
> Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.