You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Koji Noguchi (JIRA)" <ji...@apache.org> on 2008/09/10 22:39:44 UTC

[jira] Created: (HADOOP-4150) Include librecordio as part of the release

Include librecordio as part of the release
------------------------------------------

                 Key: HADOOP-4150
                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
             Project: Hadoop Core
          Issue Type: Wish
          Components: build
            Reporter: Koji Noguchi
            Priority: Minor




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


[jira] Commented: (HADOOP-4150) Include librecordio as part of the release

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639424#action_12639424 ] 

Hadoop QA commented on HADOOP-4150:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12392068/HADOOP-4150.patch
  against trunk revision 704310.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 19 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 Eclipse classpath. The patch retains Eclipse classpath integrity.

    -1 core tests.  The patch failed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3457/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3457/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3457/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3457/console

This message is automatically generated.

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Updated: (HADOOP-4150) Include librecordio as part of the release

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

Nigel Daley updated HADOOP-4150:
--------------------------------

    Fix Version/s: 0.19.0
         Assignee: Nigel Daley

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Nigel Daley
>            Priority: Minor
>             Fix For: 0.19.0
>
>


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


[jira] Commented: (HADOOP-4150) Include librecordio as part of the release

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635767#action_12635767 ] 

Nigel Daley commented on HADOOP-4150:
-------------------------------------

There are no ant targets for librecordio.  I'm compiling like this:
{code}
export XERCESCROOT=...
export HADOOP_HOME=...
cd src/c++/librecordio
make
{code}


> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Nigel Daley
>            Priority: Blocker
>             Fix For: 0.19.0
>
>


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


[jira] Updated: (HADOOP-4150) Include librecordio as part of the release

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated HADOOP-4150:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Giridharan!

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Commented: (HADOOP-4150) Include librecordio as part of the release

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641200#action_12641200 ] 

Nigel Daley commented on HADOOP-4150:
-------------------------------------

I added this to http://wiki.apache.org/hadoop/HowToRelease

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Commented: (HADOOP-4150) Include librecordio as part of the release

Posted by "Christian Kunz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629957#action_12629957 ] 

Christian Kunz commented on HADOOP-4150:
----------------------------------------

+1

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Priority: Minor
>


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


[jira] Commented: (HADOOP-4150) Include librecordio as part of the release

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639856#action_12639856 ] 

Hudson commented on HADOOP-4150:
--------------------------------

Integrated in Hadoop-trunk #634 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/634/])
    . Include librecordio in hadoop releases. Contributed by Giridharan Kesavan.


> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Updated: (HADOOP-4150) Include librecordio as part of the release

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

Giridharan Kesavan updated HADOOP-4150:
---------------------------------------

    Attachment:     (was: hadoop-4150.patch)

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Resolved: (HADOOP-4150) Include librecordio as part of the release

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

Nigel Daley resolved HADOOP-4150.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.19.0)
                   0.18.3

Merged to branch-0.18

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.18.3
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Updated: (HADOOP-4150) Include librecordio as part of the release

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

Giridharan Kesavan updated HADOOP-4150:
---------------------------------------

        Assignee: Giridharan Kesavan  (was: Nigel Daley)
    Release Note: 
librecordio has a build dependency with xerces-c parser.  so to get this build; need to set the path of xerces-c binary to xercescroot and librecordio to true 
exact command would be like this :

ant  -Dlibrecordio=true -Dxercescroot=<path to the xerces-c root> 

This patch includes targets for compiling, packaging and testing the librecordio library.
          Status: Patch Available  (was: Open)

After discussion with Nigel here with attached a patch to resolve this issue.

librecordio has a build dependency with xerces-c parser.  so to get this build; need to set the path of xerces-c binary to xercescroot and librecordio to true 
exact command would be like this :

ant -Dlibrecordio=true -Dxercescroot=<path to the xerces-c root> 

This patch includes targets for compiling, packaging and testing the librecordio library.

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>


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


[jira] Reopened: (HADOOP-4150) Include librecordio as part of the release

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

Giridharan Kesavan reopened HADOOP-4150:
----------------------------------------


This patch is applicable to 0.18 as well.
And yes, I 've tested this patch on 0.18 branch and it works just fine.


> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Commented: (HADOOP-4150) Include librecordio as part of the release

Posted by "Robert Chansler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645353#action_12645353 ] 

Robert Chansler commented on HADOOP-4150:
-----------------------------------------

Will this patch apply correctly to 0.18?
Thanks!


> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Commented: (HADOOP-4150) Include librecordio as part of the release

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647688#action_12647688 ] 

Hudson commented on HADOOP-4150:
--------------------------------

Integrated in Hadoop-trunk #661 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/661/])
    : merged to branch-0.18 so updated CHANGES.txt


> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.18.3
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Updated: (HADOOP-4150) Include librecordio as part of the release

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

Giridharan Kesavan updated HADOOP-4150:
---------------------------------------

    Attachment: hadoop-4150.patch

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4150.patch
>
>


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


[jira] Updated: (HADOOP-4150) Include librecordio as part of the release

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

Giridharan Kesavan updated HADOOP-4150:
---------------------------------------

    Attachment: HADOOP-4150.patch

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4150.patch
>
>


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


[jira] Updated: (HADOOP-4150) Include librecordio as part of the release

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

Nigel Daley updated HADOOP-4150:
--------------------------------

    Priority: Blocker  (was: Minor)

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Nigel Daley
>            Priority: Blocker
>             Fix For: 0.19.0
>
>


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


[jira] Updated: (HADOOP-4150) Include librecordio as part of the release

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

Robert Chansler updated HADOOP-4150:
------------------------------------

    Release Note: Included librecordio in release for use by xerces-c  (ant  -Dlibrecordio=true -Dxercescroot=<path to the xerces-c root>)  (was: librecordio has a build dependency with xerces-c parser.  so to get this build; need to set the path of xerces-c binary to xercescroot and librecordio to true 
exact command would be like this :

ant  -Dlibrecordio=true -Dxercescroot=<path to the xerces-c root> 

This patch includes targets for compiling, packaging and testing the librecordio library.)

> Include librecordio as part of the release
> ------------------------------------------
>
>                 Key: HADOOP-4150
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4150
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: build
>            Reporter: Koji Noguchi
>            Assignee: Giridharan Kesavan
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4150.patch
>
>


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