[
https://issues.apache.org/jira/browse/YARN-10978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643377#comment-17643377
]
ASF GitHub Bot commented on YARN-10978:
---------------------------------------
goiri commented on PR #3558:
URL: https://github.com/apache/hadoop/pull/3558#issuecomment-1337501374
@GauthamBanasandra this is in the direction of your current effort.
It looks good to me though.
> yarn.nodemanager.aux-services.%s.classpath configuration fails to reflect on
> Windows Path
> -----------------------------------------------------------------------------------------
>
> Key: YARN-10978
> URL: https://issues.apache.org/jira/browse/YARN-10978
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Akshat Bordia
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Steps to Reproduce:
> 1. Add auxillary service configuration such as spark_shuffle.
> 2. Add following configuration to provide custom classpath for the auxillary
> service:
> yarn.nodemanager.aux-services.spark_shuffle.classpath=D:\Spark\yarn\*
> 3. Start NM
> Expected Behavior:
> 1. NM should start along with the auxillary service.
> Actual Behavior:
> 1. NM keeps crashing due to auxillary service not being able to start as it
> is not able to find required classes.
> java.lang.ClassNotFoundException:
> org.apache.spark.network.yarn.YarnShuffleService
> Potential Fix:
> Using File.separator instead of "\" to make glob expansion OS agnostic.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]