You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Scott Chen (JIRA)" <ji...@apache.org> on 2009/11/26 00:09:39 UTC

[jira] Created: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

ant compile-test in contrib/streaming fails
-------------------------------------------

                 Key: MAPREDUCE-1243
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/streaming
            Reporter: Scott Chen


Compile fails. It seems that hdfs-test jar file cannot be found.
compile-test:
     [echo] contrib: streaming
    [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
    [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
    [javac] symbol  : class MiniDFSCluster
    [javac] location: package org.apache.hadoop.hdfs
    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
    [javac]                              ^
    [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
    [javac] symbol  : class MiniDFSCluster
    [javac] location: package org.apache.hadoop.hdfs
    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
    [javac]                              ^
    [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
    [javac] symbol  : class MiniDFSCluster
    [javac] location: package org.apache.hadoop.hdfs
    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;


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


[jira] Updated: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

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

Dmytro Molkov updated MAPREDUCE-1243:
-------------------------------------

    Affects Version/s: 0.22.0
               Status: Patch Available  (was: Open)

Please have a look at this.

> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
>                 Key: MAPREDUCE-1243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.22.0
>            Reporter: Scott Chen
>            Assignee: Dmytro Molkov
>         Attachments: MAPREDUCE-1243.patch
>
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
>      [echo] contrib: streaming
>     [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;

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


[jira] Updated: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod K V updated MAPREDUCE-1243:
---------------------------------

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

This is a duplicate of MAPREDUCE-1239.

> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
>                 Key: MAPREDUCE-1243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.22.0
>            Reporter: Scott Chen
>            Assignee: Dmytro Molkov
>         Attachments: MAPREDUCE-1243.patch
>
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
>      [echo] contrib: streaming
>     [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;

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


[jira] Commented: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

Posted by "Scott Chen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782705#action_12782705 ] 

Scott Chen commented on MAPREDUCE-1243:
---------------------------------------

+1 the patch works.

> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
>                 Key: MAPREDUCE-1243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.22.0
>            Reporter: Scott Chen
>            Assignee: Dmytro Molkov
>         Attachments: MAPREDUCE-1243.patch
>
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
>      [echo] contrib: streaming
>     [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;

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


[jira] Commented: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

Posted by "Scott Chen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782711#action_12782711 ] 

Scott Chen commented on MAPREDUCE-1243:
---------------------------------------

same problem in contrib/capacity-scheduler

> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
>                 Key: MAPREDUCE-1243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.22.0
>            Reporter: Scott Chen
>            Assignee: Dmytro Molkov
>         Attachments: MAPREDUCE-1243.patch
>
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
>      [echo] contrib: streaming
>     [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;

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


[jira] Updated: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

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

Dmytro Molkov updated MAPREDUCE-1243:
-------------------------------------

    Attachment: MAPREDUCE-1243.patch

Adding a patch with additional dependancies for streaming.
Ran the tests and those passed, so this should do it

> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
>                 Key: MAPREDUCE-1243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.22.0
>            Reporter: Scott Chen
>            Assignee: Dmytro Molkov
>         Attachments: MAPREDUCE-1243.patch
>
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
>      [echo] contrib: streaming
>     [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;

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


[jira] Commented: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782737#action_12782737 ] 

Vinod K V commented on MAPREDUCE-1243:
--------------------------------------

Just as a note, I've closed this issue instead of MAPREDUCE-1239 because MAPREDUCE-1239 already seems to have a patch that addresses problems with all the contrib projects.

> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
>                 Key: MAPREDUCE-1243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.22.0
>            Reporter: Scott Chen
>            Assignee: Dmytro Molkov
>         Attachments: MAPREDUCE-1243.patch
>
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
>      [echo] contrib: streaming
>     [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;

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


[jira] Commented: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

Posted by "Scott Chen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782765#action_12782765 ] 

Scott Chen commented on MAPREDUCE-1243:
---------------------------------------

Sorry for the mistake. I should have found out MAPREDUCE-1239.
Thanks for closing it down.

> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
>                 Key: MAPREDUCE-1243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.22.0
>            Reporter: Scott Chen
>            Assignee: Dmytro Molkov
>         Attachments: MAPREDUCE-1243.patch
>
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
>      [echo] contrib: streaming
>     [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;

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


[jira] Assigned: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

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

Scott Chen reassigned MAPREDUCE-1243:
-------------------------------------

    Assignee: Dmytro Molkov

> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
>                 Key: MAPREDUCE-1243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>            Reporter: Scott Chen
>            Assignee: Dmytro Molkov
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
>      [echo] contrib: streaming
>     [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;

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


[jira] Commented: (MAPREDUCE-1243) ant compile-test in contrib/streaming fails

Posted by "Scott Chen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782684#action_12782684 ] 

Scott Chen commented on MAPREDUCE-1243:
---------------------------------------

contrib/streaming/ivy.xml does not cover some of the dependencies

> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
>                 Key: MAPREDUCE-1243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>            Reporter: Scott Chen
>            Assignee: Dmytro Molkov
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
>      [echo] contrib: streaming
>     [javac] Compiling 44 source files to /home/schen/asf-mapred2/build/contrib/streaming/test
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>     [javac]                              ^
>     [javac] /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36: cannot find symbol
>     [javac] symbol  : class MiniDFSCluster
>     [javac] location: package org.apache.hadoop.hdfs
>     [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;

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