[
https://issues.apache.org/jira/browse/HADOOP-15166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321874#comment-16321874
]
ASF GitHub Bot commented on HADOOP-15166:
-----------------------------------------
GitHub user gerashegalov opened a pull request:
https://github.com/apache/hadoop/pull/325
HADOOP-15166: simplify minicluster start
add minicluster subcommand to simplify its usage
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gerashegalov/hadoop gera/minicluster
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hadoop/pull/325.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #325
----
commit 2c565fe262272d99ba406c989beabd1a731f9817
Author: Gera Shegalov <gera@...>
Date: 2018-01-11T08:38:36Z
HADOOP-15166: simplify minicluster start
----
> CLI MiniCluster fails with ClassNotFoundException
> o.a.h.yarn.server.timelineservice.collector.TimelineCollectorManager
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-15166
> URL: https://issues.apache.org/jira/browse/HADOOP-15166
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Gera Shegalov
> Assignee: Gera Shegalov
>
> Following CLIMiniCluster.md.vm to start minicluster fails due to:
> {code}
> Caused by: java.lang.ClassNotFoundException:
> org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorManager
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ... 62 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]