2014-07-12 04:23:45,703 ERROR [task-runner-0] io.druid.indexing.overlord.ThreadPoolTaskRunner - Exception while running task[HadoopIndexTask{id=index_hadoop_fact_test_2014-07-12T04:21:38.892Z, type=index_hadoop, dataSource=fact_test}]
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at io.druid.indexing.common.task.HadoopIndexTask.run(HadoopIndexTask.java:234)
at io.druid.indexing.overlord.ThreadPoolTaskRunner$ThreadPoolTaskRunnerCallable.call(ThreadPoolTaskRunner.java:219)
at io.druid.indexing.overlord.ThreadPoolTaskRunner$ThreadPoolTaskRunnerCallable.call(ThreadPoolTaskRunner.java:198)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ExceptionInInitializerError
at org.apache.hadoop.hdfs.DFSOutputStream.computePacketChunkSize(DFSOutputStream.java:1342)
at org.apache.hadoop.hdfs.DFSOutputStream.<init>(DFSOutputStream.java:1295)
at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:1015)
at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:972)
at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:227)
at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:216)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:838)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:819)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:718)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:707)
at io.druid.indexer.JobHelper$1.getOutput(JobHelper.java:87)
at io.druid.indexer.JobHelper$1.getOutput(JobHelper.java:83)
at com.google.common.io.ByteStreams$7.openStream(ByteStreams.java:1000)
at com.google.common.io.ByteSource.copyTo(ByteSource.java:203)
at com.google.common.io.ByteStreams.copy(ByteStreams.java:157)
at io.druid.indexer.JobHelper.setupClasspath(JobHelper.java:80)
at io.druid.indexer.IndexGeneratorJob.run(IndexGeneratorJob.java:173)
at io.druid.indexer.JobHelper.runJobs(JobHelper.java:135)
at io.druid.indexer.HadoopDruidIndexerJob.run(HadoopDruidIndexerJob.java:80)
at io.druid.indexing.common.task.HadoopIndexTask$HadoopIndexGeneratorInnerProcessing.runTask(HadoopIndexTask.java:273)
... 12 more
Caused by: java.lang.UnsupportedOperationException: This is supposed to be overridden by subclasses.
at com.google.protobuf.GeneratedMessage.getUnknownFields(GeneratedMessage.java:180)
at org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos$PacketHeaderProto.getSerializedSize(DataTransferProtos.java:6657)
at org.apache.hadoop.hdfs.protocol.datatransfer.PacketHeader.<clinit>(PacketHeader.java:37)
... 32 more
2014-07-12 04:23:45,709 INFO [task-runner-0] io.druid.indexing.worker.executor.ExecutorLifecycle - Task completed with status: {
"id" : "index_hadoop_fact_test_2014-07-12T04:21:38.892Z",
"status" : "FAILED",
"duration" : 120222
}To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/328e1887-253b-4ae9-8668-81a0b5fd7afe%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "Druid Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-developm...@googlegroups.com.
To post to this group, send email to druid-de...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-development+unsubscribe@googlegroups.com.
To post to this group, send email to druid-development@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-developm...@googlegroups.com.
To post to this group, send email to druid-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/b3bcb4fa-8c0e-4b9d-9ed0-c2e7af2894b4%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/288ea655-f7c2-465e-bc8e-81ac85788fdd%40googlegroups.com.
Problem accessing /cluster.html. Reason:
java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getServletContext()Ljavax/servlet/ServletContext;
Within the server log, it has
java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getServletContext()Ljavax/servlet/ServletContext;
at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:315)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622)
at io.druid.server.http.RedirectFilter.doFilter(RedirectFilter.java:71)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:549)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:219)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:478)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:462)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:279)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:232)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
at java.lang.Thread.run(Thread.java:722)
2014-07-17 00:41:42,471 WARN [qtp531696287-99] org.eclipse.jetty.util.thread.QueuedThreadPool -
java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.isAsyncStarted()Z
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:648)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:219)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:478)
206,2-9 8%
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:478)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:462)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:279)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:232)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
at java.lang.Thread.run(Thread.java:722)
--
You received this message because you are subscribed to the Google Groups "Druid Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-developm...@googlegroups.com.
To post to this group, send email to druid-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/b923e061-7f81-4317-a526-33cac0f463b3%40googlegroups.com.
<groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>2.4.0a</version>
task[HadoopIndexTask{id=index_hadoop_fact_test_2014-07-17T06:49:10.246Z, type=index_hadoop, dataSource=fact_test}]
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at io.druid.indexing.common.task.HadoopIndexTask.run(HadoopIndexTask.java:234)
at io.druid.indexing.overlord.ThreadPoolTaskRunner$ThreadPoolTaskRunnerCallable.call(ThreadPoolTaskRunner.java:219)
at io.druid.indexing.overlord.ThreadPoolTaskRunner$ThreadPoolTaskRunnerCallable.call(ThreadPoolTaskRunner.java:198)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ExceptionInInitializerError
at org.apache.hadoop.hdfs.DFSOutputStream.computePacketChunkSize(DFSOutputStream.java:1321)
at org.apache.hadoop.hdfs.DFSOutputStream.<init>(DFSOutputStream.java:1274)
at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:1015)
at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:972)
at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:227)
at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:216)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:838)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:819)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:718)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:707)
at io.druid.indexer.JobHelper$1.getOutput(JobHelper.java:87)
at io.druid.indexer.JobHelper$1.getOutput(JobHelper.java:83)
at com.google.common.io.ByteStreams$7.openStream(ByteStreams.java:1000)
at com.google.common.io.ByteSource.copyTo(ByteSource.java:203)
at com.google.common.io.ByteStreams.copy(ByteStreams.java:157)
at io.druid.indexer.JobHelper.setupClasspath(JobHelper.java:80)
at io.druid.indexer.IndexGeneratorJob.run(IndexGeneratorJob.java:174)
at io.druid.indexer.JobHelper.runJobs(JobHelper.java:135)
at io.druid.indexer.HadoopDruidIndexerJob.run(HadoopDruidIndexerJob.java:80)
at io.druid.indexing.common.task.HadoopIndexTask$HadoopIndexGeneratorInnerProcessing.runTask(HadoopIndexTask.java:273)
... 12 more
Caused by: java.lang.UnsupportedOperationException: This is supposed to be overridden by subclasses.
at com.google.protobuf.GeneratedMessage.getUnknownFields(GeneratedMessage.java:180)
at org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos$PacketHeaderProto.getSerializedSize(DataTransferProtos.java:6657)
at org.apache.hadoop.hdfs.protocol.datatransfer.PacketHeader.<clinit>(PacketHeader.java:37)
... 32 more
2014-07-17 06:49:19,978 INFO [task-runner-0] io.druid.indexing.worker.executor.ExecutorLifecycle - Task completed with status: {
"id" : "index_hadoop_fact_test_2014-07-17T06:49:10.246Z",
"status" : "FAILED",
"duration" : 3722
}--
You received this message because you are subscribed to the Google Groups "Druid Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-developm...@googlegroups.com.
To post to this group, send email to druid-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-development/b878cb18-1e40-4164-8fbf-ec7999a33b5a%40googlegroups.com.
i have changed the pom.xml, now it won't comppile.
could you please list other modifications needed?