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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/09/20 06:30:12 UTC

[jira] Created: (HADOOP-1925) Hadoop Pipes doesn't compile on solaris

Hadoop Pipes doesn't compile on solaris
---------------------------------------

                 Key: HADOOP-1925
                 URL: https://issues.apache.org/jira/browse/HADOOP-1925
             Project: Hadoop
          Issue Type: Bug
          Components: pipes
            Reporter: Owen O'Malley
            Assignee: Owen O'Malley
             Fix For: 0.15.0


Since the build process runs on a solaris machine, it would be good if the pipes module would be built and tested as part of the build process.

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


[jira] Commented: (HADOOP-1925) Hadoop Pipes doesn't compile on solaris

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

Arun C Murthy commented on HADOOP-1925:
---------------------------------------

+1

> Hadoop Pipes doesn't compile on solaris
> ---------------------------------------
>
>                 Key: HADOOP-1925
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1925
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.15.0
>
>         Attachments: libs.patch
>
>
> Since the build process runs on a solaris machine, it would be good if the pipes module would be built and tested as part of the build process.

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


[jira] Commented: (HADOOP-1925) Hadoop Pipes doesn't compile on solaris

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

Hudson commented on HADOOP-1925:
--------------------------------

Integrated in Hadoop-Nightly #249 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/249/])

> Hadoop Pipes doesn't compile on solaris
> ---------------------------------------
>
>                 Key: HADOOP-1925
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1925
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.15.0
>
>         Attachments: libs.patch
>
>
> Since the build process runs on a solaris machine, it would be good if the pipes module would be built and tested as part of the build process.

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


[jira] Updated: (HADOOP-1925) Hadoop Pipes doesn't compile on solaris

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

Owen O'Malley updated HADOOP-1925:
----------------------------------

    Status: Patch Available  (was: Open)

> Hadoop Pipes doesn't compile on solaris
> ---------------------------------------
>
>                 Key: HADOOP-1925
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1925
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.15.0
>
>         Attachments: libs.patch
>
>
> Since the build process runs on a solaris machine, it would be good if the pipes module would be built and tested as part of the build process.

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


[jira] Updated: (HADOOP-1925) Hadoop Pipes doesn't compile on solaris

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

Owen O'Malley updated HADOOP-1925:
----------------------------------

    Attachment: libs.patch

This patch adds checks for -lsocket and -lnsl, which makes it work under solaris. (Although you do need to rerun ant create-c++-configure.)

> Hadoop Pipes doesn't compile on solaris
> ---------------------------------------
>
>                 Key: HADOOP-1925
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1925
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.15.0
>
>         Attachments: libs.patch
>
>
> Since the build process runs on a solaris machine, it would be good if the pipes module would be built and tested as part of the build process.

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


[jira] Updated: (HADOOP-1925) Hadoop Pipes doesn't compile on solaris

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

Owen O'Malley updated HADOOP-1925:
----------------------------------

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

I just committed this.

> Hadoop Pipes doesn't compile on solaris
> ---------------------------------------
>
>                 Key: HADOOP-1925
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1925
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.15.0
>
>         Attachments: libs.patch
>
>
> Since the build process runs on a solaris machine, it would be good if the pipes module would be built and tested as part of the build process.

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


[jira] Commented: (HADOOP-1925) Hadoop Pipes doesn't compile on solaris

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529162 ] 

Owen O'Malley commented on HADOOP-1925:
---------------------------------------

Note that the meat of the patch is the last 4 lines. *smile*

> Hadoop Pipes doesn't compile on solaris
> ---------------------------------------
>
>                 Key: HADOOP-1925
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1925
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.15.0
>
>         Attachments: libs.patch
>
>
> Since the build process runs on a solaris machine, it would be good if the pipes module would be built and tested as part of the build process.

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


[jira] Commented: (HADOOP-1925) Hadoop Pipes doesn't compile on solaris

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

Hadoop QA commented on HADOOP-1925:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12366301/libs.patch
against trunk revision r577603.

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

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

    javac +1.  The applied patch does not generate any new compiler warnings.

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

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

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

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

This message is automatically generated.

> Hadoop Pipes doesn't compile on solaris
> ---------------------------------------
>
>                 Key: HADOOP-1925
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1925
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.15.0
>
>         Attachments: libs.patch
>
>
> Since the build process runs on a solaris machine, it would be good if the pipes module would be built and tested as part of the build process.

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