Re: Problems starting index node

86 views
Skip to first unread message
Message has been deleted

north jetty

unread,
Dec 1, 2015, 8:36:10 AM12/1/15
to Druid User
btw i am using version 0.8.2

Jonathan Wei

unread,
Dec 2, 2015, 9:52:58 PM12/2/15
to druid...@googlegroups.com
Hi north,

What version is your apache commons-collections? 

UnmodifiableMap is present only in version 3.0 and later, maybe this is a jar version or classpath issue?

- Jon


On Tue, Dec 1, 2015 at 5:36 AM, north jetty <north...@gmail.com> wrote:
btw i am using version 0.8.2

--
You received this message because you are subscribed to the Google Groups "Druid User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-user+...@googlegroups.com.
To post to this group, send email to druid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/46d9987f-afc9-4634-b8ee-b2494de6ce2e%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Troy Leclerc

unread,
Dec 3, 2015, 6:11:19 PM12/3/15
to druid...@googlegroups.com
Did some snooping, appears the path: "org/apache/commons/collections/map/UnmodifiableMap" has changed in version 4 (i'm using version 4-4.1) to "org/apache/commons/collections4/map/UnmodifiableMap"
What do you think?
Certainly appreciate the help,
Troy


Thus, leading to the exception:
io.druid.initialization.Initialization - Adding remote extension module[io.druid.storage.hdfs.HdfsStorageDruidModule] for class[io.druid.initialization.DruidModule]
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/collections/map/UnmodifiableMap
at org.apache.hadoop.conf.Configuration$DeprecationContext.<init>(Configuration.java:409)
at org.apache.hadoop.conf.Configuration.<clinit>(Configuration.java:448)
at io.druid.storage.hdfs.HdfsStorageDruidModule.configure(HdfsStorageDruidModule.java:93)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:230)
at com.google.inject.spi.Elements.getElements(Elements.java:103)
at com.google.inject.spi.Elements.getElements(Elements.java:94)
at com.google.inject.util.Modules$RealOverriddenModuleBuilder$1.configure(Modules.java:173)
at com.google.inject.AbstractModule.configure(AbstractModule.java:62)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:230)
at com.google.inject.spi.Elements.getElements(Elements.java:103)
at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:136)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
at com.google.inject.Guice.createInjector(Guice.java:96)
at com.google.inject.Guice.createInjector(Guice.java:73)
at com.google.inject.Guice.createInjector(Guice.java:62)
at io.druid.initialization.Initialization.makeInjectorWithModules(Initialization.java:412)
at io.druid.cli.GuiceRunnable.makeInjector(GuiceRunnable.java:55)
at io.druid.cli.ServerRunnable.run(ServerRunnable.java:37)
at io.druid.cli.Main.main(Main.java:91)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections.map.UnmodifiableMap
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)


--
You received this message because you are subscribed to a topic in the Google Groups "Druid User" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/druid-user/5UVj3u7sUKg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to druid-user+...@googlegroups.com.

To post to this group, send email to druid...@googlegroups.com.

gmichlin...@gmail.com

unread,
Dec 16, 2015, 8:34:19 AM12/16/15
to Druid User
+1 on the issue

Fangjin Yang

unread,
Dec 17, 2015, 7:31:22 PM12/17/15
to Druid User
Hey guys, what is an index node?
Do you mean an overlord? middlemanager? Are you trying to ingest data via Hadoop?
Reply all
Reply to author
Forward
0 new messages