[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Lowe updated MAPREDUCE-3657:
----------------------------------

    Attachment: MAPREDUCE-3657.patch

The classpath being used was the one for runtime instead of compile-time, so 
dependencies that were marked "provided" weren't in the classpath.  Fix is to 
explicitly specify the compile-time classpath when the visualization class is 
run.

No tests were added since it's just a build issue.
                
> State machine visualize build fails
> -----------------------------------
>
>                 Key: MAPREDUCE-3657
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3657
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Jason Lowe
>            Assignee: Jason Lowe
>            Priority: Minor
>         Attachments: MAPREDUCE-3657.patch
>
>
> Attempting to build the state machine graphs with {{mvn -Pvisualize compile}} 
> fails for the resourcemanager and nodemanager projects.  The build fails 
> because org.apache.commons.logging.LogFactory isn't in the classpath.

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

        

Reply via email to