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 "Bhallamudi Venkata Siva Kamesh (Created) (JIRA)" <ji...@apache.org> on 2011/10/20 10:56:11 UTC

[jira] [Created] (MAPREDUCE-3227) Conflicting information in the YARN-Docs

Conflicting information in the YARN-Docs
----------------------------------------

                 Key: MAPREDUCE-3227
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3227
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: documentation
    Affects Versions: 0.23.0
            Reporter: Bhallamudi Venkata Siva Kamesh


For building the yarn binaries, information in the *README* file in the *hadoop-yarn* is
{noformat}create runnable binaries after install: mvn assembly:assembly -Pnative (combined: mvn clean install assembly:assembly -Pnative){noformat}

But while executing the above cmd, getting the following error
{noformat}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:assembly (default-cli) on project hadoop-yarn: Error reading assemblies: No assembly descriptors found.{noformat}

--
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] (MAPREDUCE-3227) Conflicting information in the YARN-Docs

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

Hadoop QA commented on MAPREDUCE-3227:
--------------------------------------

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

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

    +0 tests included.  The patch appears to be a documentation patch that doesn't require 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 appears to introduce 160 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

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

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

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1081//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1081//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1081//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-core.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1081//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1081//console

This message is automatically generated.
                
> Conflicting information in the YARN-Docs
> ----------------------------------------
>
>                 Key: MAPREDUCE-3227
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3227
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.23.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3227.patch
>
>
> For building the yarn binaries, information in the *README* file in the *hadoop-yarn* is
> {noformat}create runnable binaries after install: mvn assembly:assembly -Pnative (combined: mvn clean install assembly:assembly -Pnative){noformat}
> But while executing the above cmd, getting the following error
> {noformat}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:assembly (default-cli) on project hadoop-yarn: Error reading assemblies: No assembly descriptors found.{noformat}

--
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] (MAPREDUCE-3227) Conflicting information in the YARN-Docs

Posted by "Bhallamudi Venkata Siva Kamesh (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131460#comment-13131460 ] 

Bhallamudi Venkata Siva Kamesh commented on MAPREDUCE-3227:
-----------------------------------------------------------

For building the entire mapreduce binaries (yarn + mapreduce), information in the INSTALL file in the hadoop-mapreduce is
{noformat}mvn clean package -Pdist -Dtar -DskipTests -Pnative{noformat}.

I guess same should be updated in the *README* file in the hadoop-yarn directory as well.
                
> Conflicting information in the YARN-Docs
> ----------------------------------------
>
>                 Key: MAPREDUCE-3227
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3227
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.23.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>
> For building the yarn binaries, information in the *README* file in the *hadoop-yarn* is
> {noformat}create runnable binaries after install: mvn assembly:assembly -Pnative (combined: mvn clean install assembly:assembly -Pnative){noformat}
> But while executing the above cmd, getting the following error
> {noformat}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:assembly (default-cli) on project hadoop-yarn: Error reading assemblies: No assembly descriptors found.{noformat}

--
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] (MAPREDUCE-3227) Conflicting information in the YARN-Docs

Posted by "Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-3227:
------------------------------------------------------

    Attachment: MAPREDUCE-3227.patch
    
> Conflicting information in the YARN-Docs
> ----------------------------------------
>
>                 Key: MAPREDUCE-3227
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3227
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.23.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3227.patch
>
>
> For building the yarn binaries, information in the *README* file in the *hadoop-yarn* is
> {noformat}create runnable binaries after install: mvn assembly:assembly -Pnative (combined: mvn clean install assembly:assembly -Pnative){noformat}
> But while executing the above cmd, getting the following error
> {noformat}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:assembly (default-cli) on project hadoop-yarn: Error reading assemblies: No assembly descriptors found.{noformat}

--
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] (MAPREDUCE-3227) Conflicting information in the YARN-Docs

Posted by "Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-3227:
------------------------------------------------------

    Status: Patch Available  (was: Open)
    
> Conflicting information in the YARN-Docs
> ----------------------------------------
>
>                 Key: MAPREDUCE-3227
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3227
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.23.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3227.patch
>
>
> For building the yarn binaries, information in the *README* file in the *hadoop-yarn* is
> {noformat}create runnable binaries after install: mvn assembly:assembly -Pnative (combined: mvn clean install assembly:assembly -Pnative){noformat}
> But while executing the above cmd, getting the following error
> {noformat}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:assembly (default-cli) on project hadoop-yarn: Error reading assemblies: No assembly descriptors found.{noformat}

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