You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Stephen Chu (JIRA)" <ji...@apache.org> on 2012/06/07 07:37:23 UTC

[jira] [Created] (BIGTOP-616) Fix TestHadoopSmoke: looks for streaming jar in wrong directory

Stephen Chu created BIGTOP-616:
----------------------------------

             Summary: Fix TestHadoopSmoke: looks for streaming jar in wrong directory
                 Key: BIGTOP-616
                 URL: https://issues.apache.org/jira/browse/BIGTOP-616
             Project: Bigtop
          Issue Type: Bug
          Components: Tests
    Affects Versions: 0.4.0
            Reporter: Stephen Chu
            Assignee: Stephen Chu
             Fix For: 0.4.0


Currently, TestHadoopSmoke fails because it looks by default in /usr/lib/hadoop/contrib/streaming for the Hadoop streaming jar. The streaming jar has moved to /usr/lib/hadoop-mapreduce. The patch fixes that.

--
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] [Commented] (BIGTOP-616) Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291167#comment-13291167 ] 

Roman Shaposhnik commented on BIGTOP-616:
-----------------------------------------

+1 and committed.
                
> Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory
> --------------------------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-616
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-616
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.4.0
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-616.patch
>
>
> Currently, TestHadoopSmoke fails because it looks by default in /usr/lib/hadoop/contrib/streaming for the Hadoop streaming jar. The streaming jar has moved to /usr/lib/hadoop-mapreduce.
> I edited TestHadoopExamples to look for the examples jar in HADOOP_MAPRED_HOME. Currently, it wants the user to specify HADOOP_HOME, but this is usually /usr/lib/hadoop, and in the Bigtop packages the examples jar has moved to /usr/lib/hadoop-mapreduce.

--
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] (BIGTOP-616) Fix TestHadoopSmoke: looks for streaming jar in wrong directory

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

Stephen Chu updated BIGTOP-616:
-------------------------------

    Attachment: BIGTOP-616.patch
    
> Fix TestHadoopSmoke: looks for streaming jar in wrong directory
> ---------------------------------------------------------------
>
>                 Key: BIGTOP-616
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-616
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.4.0
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-616.patch
>
>
> Currently, TestHadoopSmoke fails because it looks by default in /usr/lib/hadoop/contrib/streaming for the Hadoop streaming jar. The streaming jar has moved to /usr/lib/hadoop-mapreduce. The patch fixes that.

--
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] (BIGTOP-616) Fix TestHadoopSmoke: looks for streaming jar in wrong directory

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

Stephen Chu updated BIGTOP-616:
-------------------------------

    Attachment:     (was: BIGTOP-616.patch)
    
> Fix TestHadoopSmoke: looks for streaming jar in wrong directory
> ---------------------------------------------------------------
>
>                 Key: BIGTOP-616
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-616
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.4.0
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>             Fix For: 0.4.0
>
>
> Currently, TestHadoopSmoke fails because it looks by default in /usr/lib/hadoop/contrib/streaming for the Hadoop streaming jar. The streaming jar has moved to /usr/lib/hadoop-mapreduce. The patch fixes that.

--
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] [Closed] (BIGTOP-616) Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory

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

Stephen Chu closed BIGTOP-616.
------------------------------


Thank you!
                
> Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory
> --------------------------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-616
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-616
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.4.0
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-616.patch
>
>
> Currently, TestHadoopSmoke fails because it looks by default in /usr/lib/hadoop/contrib/streaming for the Hadoop streaming jar. The streaming jar has moved to /usr/lib/hadoop-mapreduce.
> I edited TestHadoopExamples to look for the examples jar in HADOOP_MAPRED_HOME. Currently, it wants the user to specify HADOOP_HOME, but this is usually /usr/lib/hadoop, and in the Bigtop packages the examples jar has moved to /usr/lib/hadoop-mapreduce.

--
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] (BIGTOP-616) Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory

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

Stephen Chu updated BIGTOP-616:
-------------------------------

    Attachment: BIGTOP-616.patch
    
> Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory
> --------------------------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-616
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-616
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.4.0
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-616.patch
>
>
> Currently, TestHadoopSmoke fails because it looks by default in /usr/lib/hadoop/contrib/streaming for the Hadoop streaming jar. The streaming jar has moved to /usr/lib/hadoop-mapreduce.
> I edited TestHadoopExamples to look for the examples jar in HADOOP_MAPRED_HOME. Currently, it wants the user to specify HADOOP_HOME, but this is usually /usr/lib/hadoop, and in the Bigtop packages the examples jar has moved to /usr/lib/hadoop-mapreduce.

--
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] (BIGTOP-616) Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory

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

Stephen Chu updated BIGTOP-616:
-------------------------------

    Description: 
Currently, TestHadoopSmoke fails because it looks by default in /usr/lib/hadoop/contrib/streaming for the Hadoop streaming jar. The streaming jar has moved to /usr/lib/hadoop-mapreduce.

I edited TestHadoopExamples to look for the examples jar in HADOOP_MAPRED_HOME. Currently, it wants the user to specify HADOOP_HOME, but this is usually /usr/lib/hadoop, and in the Bigtop packages the examples jar has moved to /usr/lib/hadoop-mapreduce.

  was:Currently, TestHadoopSmoke fails because it looks by default in /usr/lib/hadoop/contrib/streaming for the Hadoop streaming jar. The streaming jar has moved to /usr/lib/hadoop-mapreduce. The patch fixes that.

        Summary: Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory  (was: Fix TestHadoopSmoke: looks for streaming jar in wrong directory)
    
> Fix TestHadoopSmoke and TestHadoopExamples: tests look for streaming and examples jar in wrong directory
> --------------------------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-616
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-616
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.4.0
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-616.patch
>
>
> Currently, TestHadoopSmoke fails because it looks by default in /usr/lib/hadoop/contrib/streaming for the Hadoop streaming jar. The streaming jar has moved to /usr/lib/hadoop-mapreduce.
> I edited TestHadoopExamples to look for the examples jar in HADOOP_MAPRED_HOME. Currently, it wants the user to specify HADOOP_HOME, but this is usually /usr/lib/hadoop, and in the Bigtop packages the examples jar has moved to /usr/lib/hadoop-mapreduce.

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