You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/01/17 22:05:33 UTC

[GitHub] [incubator-hudi] HariprasadAllaka1612 opened a new issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema; )Lorg/apache/parquet/schema/MessageType;

HariprasadAllaka1612 opened a new issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
URL: https://github.com/apache/incubator-hudi/issues/1243
 
 
   I recently upgraded the Hoodie version and when i built the code and running it, i started getting this exception and there seems to something wrong with dependencies. could you please help me resolve this?
   
   org.apache.spark.SparkException: Job aborted due to stage failure: Task 1 in stage 23.0 failed 1 times, most recent failure: Lost task 1.0 in stage 23.0 (TID 4558, localhost, executor driver): java.lang.RuntimeException: org.apache.hudi.exception.HoodieException: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at org.apache.hudi.func.LazyIterableIterator.next(LazyIterableIterator.java:121)
   	at scala.collection.convert.Wrappers$JIteratorWrapper.next(Wrappers.scala:43)
   	at scala.collection.Iterator$$anon$12.nextCur(Iterator.scala:435)
   	at scala.collection.Iterator$$anon$12.hasNext(Iterator.scala:441)
   	at org.apache.spark.storage.memory.MemoryStore.putIterator(MemoryStore.scala:220)
   	at org.apache.spark.storage.memory.MemoryStore.putIteratorAsBytes(MemoryStore.scala:348)
   	at org.apache.spark.storage.BlockManager$$anonfun$doPutIterator$1.apply(BlockManager.scala:1182)
   	at org.apache.spark.storage.BlockManager$$anonfun$doPutIterator$1.apply(BlockManager.scala:1156)
   	at org.apache.spark.storage.BlockManager.doPut(BlockManager.scala:1091)
   	at org.apache.spark.storage.BlockManager.doPutIterator(BlockManager.scala:1156)
   	at org.apache.spark.storage.BlockManager.getOrElseUpdate(BlockManager.scala:882)
   	at org.apache.spark.rdd.RDD.getOrCompute(RDD.scala:335)
   	at org.apache.spark.rdd.RDD.iterator(RDD.scala:286)
   	at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
   	at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:324)
   	at org.apache.spark.rdd.RDD.iterator(RDD.scala:288)
   	at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
   	at org.apache.spark.scheduler.Task.run(Task.scala:121)
   	at org.apache.spark.executor.Executor$TaskRunner$$anonfun$10.apply(Executor.scala:402)
   	at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1360)
   	at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:408)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.hudi.exception.HoodieException: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable.computeNext(CopyOnWriteLazyInsertIterable.java:105)
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable.computeNext(CopyOnWriteLazyInsertIterable.java:44)
   	at org.apache.hudi.func.LazyIterableIterator.next(LazyIterableIterator.java:119)
   	... 23 more
   Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at org.apache.hudi.common.util.queue.BoundedInMemoryExecutor.execute(BoundedInMemoryExecutor.java:143)
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable.computeNext(CopyOnWriteLazyInsertIterable.java:101)
   	... 25 more
   Caused by: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   	at org.apache.hudi.common.util.queue.BoundedInMemoryExecutor.execute(BoundedInMemoryExecutor.java:141)
   	... 26 more
   Caused by: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at org.apache.hudi.io.storage.HoodieStorageWriterFactory.newParquetStorageWriter(HoodieStorageWriterFactory.java:60)
   	at org.apache.hudi.io.storage.HoodieStorageWriterFactory.getStorageWriter(HoodieStorageWriterFactory.java:47)
   	at org.apache.hudi.io.HoodieCreateHandle.<init>(HoodieCreateHandle.java:72)
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable$CopyOnWriteInsertHandler.consumeOneRecord(CopyOnWriteLazyInsertIterable.java:139)
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable$CopyOnWriteInsertHandler.consumeOneRecord(CopyOnWriteLazyInsertIterable.java:127)
   	at org.apache.hudi.common.util.queue.BoundedInMemoryQueueConsumer.consume(BoundedInMemoryQueueConsumer.java:37)
   	at org.apache.hudi.common.util.queue.BoundedInMemoryExecutor.lambda$null$2(BoundedInMemoryExecutor.java:121)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	... 3 more
   
   Driver stacktrace:
   	at org.apache.spark.scheduler.DAGScheduler.org$apache$spark$scheduler$DAGScheduler$$failJobAndIndependentStages(DAGScheduler.scala:1887)
   	at org.apache.spark.scheduler.DAGScheduler$$anonfun$abortStage$1.apply(DAGScheduler.scala:1875)
   	at org.apache.spark.scheduler.DAGScheduler$$anonfun$abortStage$1.apply(DAGScheduler.scala:1874)
   	at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
   	at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
   	at org.apache.spark.scheduler.DAGScheduler.abortStage(DAGScheduler.scala:1874)
   	at org.apache.spark.scheduler.DAGScheduler$$anonfun$handleTaskSetFailed$1.apply(DAGScheduler.scala:926)
   	at org.apache.spark.scheduler.DAGScheduler$$anonfun$handleTaskSetFailed$1.apply(DAGScheduler.scala:926)
   	at scala.Option.foreach(Option.scala:257)
   	at org.apache.spark.scheduler.DAGScheduler.handleTaskSetFailed(DAGScheduler.scala:926)
   	at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.doOnReceive(DAGScheduler.scala:2108)
   	at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:2057)
   	at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:2046)
   	at org.apache.spark.util.EventLoop$$anon$1.run(EventLoop.scala:49)
   	at org.apache.spark.scheduler.DAGScheduler.runJob(DAGScheduler.scala:737)
   	at org.apache.spark.SparkContext.runJob(SparkContext.scala:2061)
   	at org.apache.spark.SparkContext.runJob(SparkContext.scala:2082)
   	at org.apache.spark.SparkContext.runJob(SparkContext.scala:2101)
   	at org.apache.spark.SparkContext.runJob(SparkContext.scala:2126)
   	at org.apache.spark.rdd.RDD.count(RDD.scala:1168)
   	at org.apache.hudi.HoodieSparkSqlWriter$.checkWriteStatus(HoodieSparkSqlWriter.scala:255)
   	at org.apache.hudi.HoodieSparkSqlWriter$.write(HoodieSparkSqlWriter.scala:183)
   	at org.apache.hudi.DefaultSource.createRelation(DefaultSource.scala:91)
   	at org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand.run(SaveIntoDataSourceCommand.scala:45)
   	at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult$lzycompute(commands.scala:70)
   	at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult(commands.scala:68)
   	at org.apache.spark.sql.execution.command.ExecutedCommandExec.doExecute(commands.scala:86)
   	at org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$1.apply(SparkPlan.scala:131)
   	at org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$1.apply(SparkPlan.scala:127)
   	at org.apache.spark.sql.execution.SparkPlan$$anonfun$executeQuery$1.apply(SparkPlan.scala:155)
   	at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
   	at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:152)
   	at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:127)
   	at org.apache.spark.sql.execution.QueryExecution.toRdd$lzycompute(QueryExecution.scala:80)
   	at org.apache.spark.sql.execution.QueryExecution.toRdd(QueryExecution.scala:80)
   	at org.apache.spark.sql.DataFrameWriter$$anonfun$runCommand$1.apply(DataFrameWriter.scala:668)
   	at org.apache.spark.sql.DataFrameWriter$$anonfun$runCommand$1.apply(DataFrameWriter.scala:668)
   	at org.apache.spark.sql.execution.SQLExecution$$anonfun$withNewExecutionId$1.apply(SQLExecution.scala:78)
   	at org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:125)
   	at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:73)
   	at org.apache.spark.sql.DataFrameWriter.runCommand(DataFrameWriter.scala:668)
   	at org.apache.spark.sql.DataFrameWriter.saveToV1Source(DataFrameWriter.scala:276)
   	at org.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:270)
   	at org.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:228)
   	at com.playngodataengg.dao.DataAccessS3.writeDataToRefinedHudiS3(DataAccessS3.scala:81)
   	at com.playngodataengg.controller.GameAndProviderDataTransform.processData(GameAndProviderDataTransform.scala:49)
   	at com.playngodataengg.action.GameAndProviderData$.main(GameAndProviderData.scala:13)
   	at com.playngodataengg.action.GameAndProviderData.main(GameAndProviderData.scala)
   Caused by: java.lang.RuntimeException: org.apache.hudi.exception.HoodieException: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at org.apache.hudi.func.LazyIterableIterator.next(LazyIterableIterator.java:121)
   	at scala.collection.convert.Wrappers$JIteratorWrapper.next(Wrappers.scala:43)
   	at scala.collection.Iterator$$anon$12.nextCur(Iterator.scala:435)
   	at scala.collection.Iterator$$anon$12.hasNext(Iterator.scala:441)
   	at org.apache.spark.storage.memory.MemoryStore.putIterator(MemoryStore.scala:220)
   	at org.apache.spark.storage.memory.MemoryStore.putIteratorAsBytes(MemoryStore.scala:348)
   	at org.apache.spark.storage.BlockManager$$anonfun$doPutIterator$1.apply(BlockManager.scala:1182)
   	at org.apache.spark.storage.BlockManager$$anonfun$doPutIterator$1.apply(BlockManager.scala:1156)
   	at org.apache.spark.storage.BlockManager.doPut(BlockManager.scala:1091)
   	at org.apache.spark.storage.BlockManager.doPutIterator(BlockManager.scala:1156)
   	at org.apache.spark.storage.BlockManager.getOrElseUpdate(BlockManager.scala:882)
   	at org.apache.spark.rdd.RDD.getOrCompute(RDD.scala:335)
   	at org.apache.spark.rdd.RDD.iterator(RDD.scala:286)
   	at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
   	at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:324)
   	at org.apache.spark.rdd.RDD.iterator(RDD.scala:288)
   	at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
   	at org.apache.spark.scheduler.Task.run(Task.scala:121)
   	at org.apache.spark.executor.Executor$TaskRunner$$anonfun$10.apply(Executor.scala:402)
   	at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1360)
   	at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:408)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.hudi.exception.HoodieException: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable.computeNext(CopyOnWriteLazyInsertIterable.java:105)
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable.computeNext(CopyOnWriteLazyInsertIterable.java:44)
   	at org.apache.hudi.func.LazyIterableIterator.next(LazyIterableIterator.java:119)
   	... 23 more
   Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at org.apache.hudi.common.util.queue.BoundedInMemoryExecutor.execute(BoundedInMemoryExecutor.java:143)
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable.computeNext(CopyOnWriteLazyInsertIterable.java:101)
   	... 25 more
   Caused by: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   	at org.apache.hudi.common.util.queue.BoundedInMemoryExecutor.execute(BoundedInMemoryExecutor.java:141)
   	... 26 more
   Caused by: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
   	at org.apache.hudi.io.storage.HoodieStorageWriterFactory.newParquetStorageWriter(HoodieStorageWriterFactory.java:60)
   	at org.apache.hudi.io.storage.HoodieStorageWriterFactory.getStorageWriter(HoodieStorageWriterFactory.java:47)
   	at org.apache.hudi.io.HoodieCreateHandle.<init>(HoodieCreateHandle.java:72)
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable$CopyOnWriteInsertHandler.consumeOneRecord(CopyOnWriteLazyInsertIterable.java:139)
   	at org.apache.hudi.func.CopyOnWriteLazyInsertIterable$CopyOnWriteInsertHandler.consumeOneRecord(CopyOnWriteLazyInsertIterable.java:127)
   	at org.apache.hudi.common.util.queue.BoundedInMemoryQueueConsumer.consume(BoundedInMemoryQueueConsumer.java:37)
   	at org.apache.hudi.common.util.queue.BoundedInMemoryExecutor.lambda$null$2(BoundedInMemoryExecutor.java:121)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	... 3 more

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-hudi] HariprasadAllaka1612 edited a comment on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema; )Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
HariprasadAllaka1612 edited a comment on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
URL: https://github.com/apache/incubator-hudi/issues/1243#issuecomment-576156879
 
 
   @yihua  I am using spark version 2.4.0 and avro version 1.8.2 should i be making any changes here

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hudi] tooptoop4 commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
tooptoop4 commented on issue #1243:
URL: https://github.com/apache/hudi/issues/1243#issuecomment-651281125


   i face this issue in 0.5.3, hudi-client is bringing in hbase-client/hadoop* and then old avro 1.7


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-hudi] bvaradar closed issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema; )Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
bvaradar closed issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
URL: https://github.com/apache/incubator-hudi/issues/1243
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-hudi] yihua commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema; )Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
yihua commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
URL: https://github.com/apache/incubator-hudi/issues/1243#issuecomment-575818320
 
 
   Could you share the version of Spark and Hadoop you're using?
   
   This is likely due to version mismatch of Avro, similar to this issue #1230.  The current master uses Spark 2.4 with Avro 1.8.2 (bumped from 1.7.7).  The relevant commit is [here](https://github.com/apache/incubator-hudi/commit/ad50008a5946f15ee4ba4dd69ac514f11fed2034#diff-600376dffeb79835ede4a0b285078036).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hudi] Terror-LM commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
Terror-LM commented on issue #1243:
URL: https://github.com/apache/hudi/issues/1243#issuecomment-1075861386


   > i face this issue in 0.5.3, for my custom jar importing hudi-client it is bringing in hbase-client/hadoop* and then old avro 1.7
   > 
   > [INFO] +- org.apache.hudi:hudi-client:jar:0.5.3:compile [INFO] | +- (org.apache.hudi:hudi-common:jar:0.5.3:compile - omitted for duplicate) [INFO] | +- org.apache.hudi:hudi-timeline-service:jar:0.5.3:compile [INFO] | | +- (org.apache.hudi:hudi-common:jar:0.5.3:compile - omitted for duplicate) [INFO] | | +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate) [INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.6.7:compile - omitted for duplicate) [INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.6.7:compile - omitted for duplicate) [INFO] | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.6.7.1:compile - omitted for conflict with 2.6.7.3) [INFO] | | +- (org.apache.httpcomponents:fluent-hc:jar:4.3.2:compile - omitted for duplicate) [INFO] | | +- io.javalin:javalin:jar:2.8.0:compile [INFO] | | | +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.2.71:compile [INFO] | | | | +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.71:compile [INFO] | | | | | 
 +- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.2.71:compile [INFO] | | | | | - org.jetbrains:annotations:jar:13.0:compile [INFO] | | | | - org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.2.71:compile [INFO] | | | | - (org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.71:compile - omitted for duplicate) [INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.26:compile - omitted for conflict with 1.7.28) [INFO] | | | +- org.eclipse.jetty:jetty-server:jar:9.4.15.v20190215:compile [INFO] | | | | +- javax.servlet:javax.servlet-api:jar:3.1.0:compile [INFO] | | | | +- org.eclipse.jetty:jetty-http:jar:9.4.15.v20190215:compile [INFO] | | | | | +- org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile [INFO] | | | | | - (org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | | - org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile [INFO] | | | | - (org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | +- org.eclipse.jetty
 :jetty-webapp:jar:9.4.15.v20190215:compile [INFO] | | | | +- org.eclipse.jetty:jetty-xml:jar:9.4.15.v20190215:compile [INFO] | | | | | - (org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | | - org.eclipse.jetty:jetty-servlet:jar:9.4.15.v20190215:compile [INFO] | | | | - org.eclipse.jetty:jetty-security:jar:9.4.15.v20190215:compile [INFO] | | | | - (org.eclipse.jetty:jetty-server:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | - org.eclipse.jetty.websocket:websocket-server:jar:9.4.15.v20190215:compile [INFO] | | | +- org.eclipse.jetty.websocket:websocket-common:jar:9.4.15.v20190215:compile [INFO] | | | | +- org.eclipse.jetty.websocket:websocket-api:jar:9.4.15.v20190215:compile [INFO] | | | | +- (org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | | - (org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | +- org.eclipse.jetty.websocket:web
 socket-client:jar:9.4.15.v20190215:compile [INFO] | | | | +- org.eclipse.jetty:jetty-client:jar:9.4.15.v20190215:compile [INFO] | | | | | +- (org.eclipse.jetty:jetty-http:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | | | - (org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | | +- (org.eclipse.jetty:jetty-xml:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | | +- (org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | | +- (org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | | - (org.eclipse.jetty.websocket:websocket-common:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | +- org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.15.v20190215:compile [INFO] | | | | +- (org.eclipse.jetty.websocket:websocket-api:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | | - (javax.servlet:javax.servlet
 -api:jar:3.1.0:compile - omitted for duplicate) [INFO] | | | +- (org.eclipse.jetty:jetty-servlet:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | | - (org.eclipse.jetty:jetty-http:jar:9.4.15.v20190215:compile - omitted for duplicate) [INFO] | | +- (com.beust:jcommander:jar:1.72:compile - omitted for duplicate) [INFO] | | +- (org.rocksdb:rocksdbjni:jar:5.17.2:compile - omitted for duplicate) [INFO] | | - (org.apache.hadoop:hadoop-common:jar:tests:2.7.3:compile - omitted for duplicate) [INFO] | +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate) [INFO] | +- io.dropwizard.metrics:metrics-graphite:jar:4.1.1:compile [INFO] | | +- (io.dropwizard.metrics:metrics-core:jar:4.1.1:compile - omitted for duplicate) [INFO] | | - (org.slf4j:slf4j-api:jar:1.7.28:compile - omitted for conflict with 1.7.7) [INFO] | +- io.dropwizard.metrics:metrics-core:jar:4.1.1:compile [INFO] | | - (org.slf4j:slf4j-api:jar:1.7.28:compile - omitted for duplicate) [INFO] | +- org.apache.hadoop:
 hadoop-hdfs:jar:tests:2.7.3:compile [INFO] | | +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate) [INFO] | | +- (com.sun.jersey:jersey-core:jar:1.9:compile - omitted for duplicate) [INFO] | | +- (com.sun.jersey:jersey-server:jar:1.9:compile - omitted for duplicate) [INFO] | | +- (commons-cli:commons-cli:jar:1.2:compile - omitted for duplicate) [INFO] | | +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6) [INFO] | | +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate) [INFO] | | +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate) [INFO] | | +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate) [INFO] | | +- (commons-daemon:commons-daemon:jar:1.0.13:compile - omitted for duplicate) [INFO] | | +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate) [INFO] | | +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate) [INFO] | | +- (org.codehaus.jackson:j
 ackson-core-asl:jar:1.9.13:compile - omitted for duplicate) [INFO] | | +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate) [INFO] | | +- (xmlenc:xmlenc:jar:0.52:compile - omitted for duplicate) [INFO] | | +- (io.netty:netty:jar:3.6.2.Final:compile - omitted for duplicate) [INFO] | | +- (io.netty:netty-all:jar:4.0.23.Final:compile - omitted for duplicate) [INFO] | | +- (xerces:xercesImpl:jar:2.9.1:compile - omitted for duplicate) [INFO] | | +- (org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile - omitted for duplicate) [INFO] | | - (org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile - omitted for duplicate) [INFO] | +- org.apache.hadoop:hadoop-common:jar:tests:2.7.3:compile [INFO] | | +- org.apache.hadoop:hadoop-annotations:jar:2.7.3:compile [INFO] | | | - jdk.tools:jdk.tools:jar:1.8:system [INFO] | | +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate) [INFO] | | +- (commons-cli:commons-cli:jar:1.2:compile - omitted
  for duplicate) [INFO] | | +- org.apache.commons:commons-math3:jar:3.1.1:compile [INFO] | | +- (xmlenc:xmlenc:jar:0.52:compile - omitted for duplicate) [INFO] | | +- commons-httpclient:commons-httpclient:jar:3.1:compile [INFO] | | | +- (commons-logging:commons-logging:jar:1.0.4:compile - omitted for conflict with 1.1.3) [INFO] | | | - (commons-codec:commons-codec:jar:1.2:compile - omitted for conflict with 1.6) [INFO] | | +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6) [INFO] | | +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate) [INFO] | | +- commons-net:commons-net:jar:3.1:compile [INFO] | | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | | +- (com.sun.jersey:jersey-core:jar:1.9:compile - omitted for duplicate) [INFO] | | +- com.sun.jersey:jersey-json:jar:1.9:compile [INFO] | | | +- org.codehaus.jettison:jettison:jar:1.1:compile [INFO] | | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile [INFO] | | | | - jav
 ax.xml.bind:jaxb-api:jar:2.2.2:compile [INFO] | | | | +- javax.xml.stream:stax-api:jar:1.0-2:compile [INFO] | | | | - (javax.activation:activation:jar:1.1:compile - omitted for duplicate) [INFO] | | | +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13) [INFO] | | | +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13) [INFO] | | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile [INFO] | | | | +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13) [INFO] | | | | - (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13) [INFO] | | | +- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile [INFO] | | | | +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13) [INFO] | | | | - (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13) [INFO] |
  | | - (com.sun.jersey:jersey-core:jar:1.9:compile - omitted for duplicate) [INFO] | | +- (com.sun.jersey:jersey-server:jar:1.9:compile - omitted for duplicate) [INFO] | | +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate) [INFO] | | +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate) [INFO] | | +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile [INFO] | | | +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6) [INFO] | | | +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.1.3) [INFO] | | | +- (org.apache.httpcomponents:httpclient:jar:4.1.2:compile - omitted for conflict with 4.3.6) [INFO] | | | +- (org.apache.httpcomponents:httpcore:jar:4.1.2:compile - omitted for conflict with 4.3.3) [INFO] | | | - com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile [INFO] | | +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate) [INFO] | | +- commons-configuration:commons-configuration:
 jar:1.6:compile [INFO] | | | +- (commons-collections:commons-collections:jar:3.2.1:compile - omitted for conflict with 3.2.2) [INFO] | | | +- (commons-lang:commons-lang:jar:2.4:compile - omitted for conflict with 2.6) [INFO] | | | +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.1.3) [INFO] | | | +- commons-digester:commons-digester:jar:1.8:compile [INFO] | | | | +- commons-beanutils:commons-beanutils:jar:1.7.0:compile [INFO] | | | | | - (commons-logging:commons-logging:jar:1.0.3:compile - omitted for conflict with 1.1.3) [INFO] | | | | - (commons-logging:commons-logging:jar:1.1:compile - omitted for conflict with 1.1.3) [INFO] | | | - commons-beanutils:commons-beanutils-core:jar:1.8.0:compile [INFO] | | | - (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.1.3) [INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.10:compile - omitted for conflict with 1.7.28) [INFO] | | +- (org.slf4j:slf4j-log4j12:jar:1.7.10:compile - scope up
 dated from runtime; omitted for duplicate) [INFO] | | +- (org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile - omitted for duplicate) [INFO] | | +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate) [INFO] | | +- (org.apache.avro:avro:jar:1.7.4:compile - omitted for conflict with 1.8.2) [INFO] | | +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate) [INFO] | | +- com.google.code.gson:gson:jar:2.2.4:compile [INFO] | | +- org.apache.hadoop:hadoop-auth:jar:2.7.3:compile [INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.10:compile - omitted for conflict with 1.7.28) [INFO] | | | +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6) [INFO] | | | +- (log4j:log4j:jar:1.2.17:runtime - omitted for duplicate) [INFO] | | | +- (org.slf4j:slf4j-log4j12:jar:1.7.10:runtime - omitted for duplicate) [INFO] | | | +- (org.apache.httpcomponents:httpclient:jar:4.2.5:compile - omitted for conflict with 4.3.6) [INFO]
  | | | +- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile [INFO] | | | | +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile [INFO] | | | | | - (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28) [INFO] | | | | +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile [INFO] | | | | | - (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28) [INFO] | | | | +- org.apache.directory.api:api-util:jar:1.0.0-M20:compile [INFO] | | | | | - (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28) [INFO] | | | | - (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28) [INFO] | | | +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate) [INFO] | | | - org.apache.curator:curator-framework:jar:2.7.1:compile [INFO] | | | +- (org.apache.curator:curator-client:jar:2.7.1:compile - omitted for duplicate) [INFO] | | | +- (org.apache.zookeeper:zookeeper:ja
 r:3.4.6:compile - omitted for duplicate) [INFO] | | | - (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 11.0.2) [INFO] | | +- com.jcraft:jsch:jar:0.1.42:compile [INFO] | | +- org.apache.curator:curator-client:jar:2.7.1:compile [INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.6:compile - omitted for conflict with 1.7.28) [INFO] | | | +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate) [INFO] | | | - (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 11.0.2) [INFO] | | +- org.apache.curator:curator-recipes:jar:2.7.1:compile [INFO] | | | +- (org.apache.curator:curator-framework:jar:2.7.1:compile - omitted for duplicate) [INFO] | | | +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate) [INFO] | | | - (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 11.0.2) [INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.0:compile [INFO] | | +- (org.apache.htrace:htrace-core:jar:3.1.0-inc
 ubating:compile - omitted for duplicate) [INFO] | | +- org.apache.zookeeper:zookeeper:jar:3.4.6:compile [INFO] | | | +- (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.28) [INFO] | | | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | | | | +- (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.28) [INFO] | | | | - (log4j:log4j:jar:1.2.16:compile - omitted for conflict with 1.2.17) [INFO] | | | +- (log4j:log4j:jar:1.2.16:compile - omitted for conflict with 1.2.17) [INFO] | | | - (io.netty:netty:jar:3.7.0.Final:compile - omitted for conflict with 3.6.2.Final) [INFO] | | - (org.apache.commons:commons-compress:jar:1.4.1:compile - omitted for conflict with 1.9) [INFO] | - org.apache.hbase:hbase-client:jar:1.2.3:compile [INFO] | +- org.apache.hbase:hbase-annotations:jar:1.2.3:compile [INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile [INFO] | | +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate) [INFO]
  | | - (junit:junit:jar:4.12:compile - omitted for duplicate) [INFO] | +- org.apache.hbase:hbase-common:jar:1.2.3:compile [INFO] | | +- (org.apache.hbase:hbase-protocol:jar:1.2.3:compile - omitted for duplicate) [INFO] | | +- (org.apache.hbase:hbase-annotations:jar:1.2.3:compile - omitted for duplicate) [INFO] | | +- (com.google.guava:guava:jar:12.0.1:compile - omitted for conflict with 11.0.2) [INFO] | | +- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.1.3) [INFO] | | +- (commons-codec:commons-codec:jar:1.9:compile - omitted for conflict with 1.6) [INFO] | | +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate) [INFO] | | +- (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate) [INFO] | | +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate) [INFO] | | +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate) [INFO] | | +- (org.mortbay.jetty:jetty-util:jar:6.1.26:comp
 ile - omitted for duplicate) [INFO] | | +- (org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile - omitted for duplicate) [INFO] | | +- (org.apache.hadoop:hadoop-common:jar:2.5.1:compile - omitted for duplicate) [INFO] | | +- (org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.1:compile - omitted for duplicate) [INFO] | | +- (com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile - omitted for duplicate) [INFO] | | +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate) [INFO] | | - (junit:junit:jar:4.12:compile - omitted for duplicate) [INFO] | +- org.apache.hbase:hbase-protocol:jar:1.2.3:compile [INFO] | | +- (org.apache.hbase:hbase-annotations:jar:1.2.3:compile - omitted for duplicate) [INFO] | | +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate) [INFO] | | +- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.1.3) [INFO] | | +- (com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:com
 pile - omitted for duplicate) [INFO] | | +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate) [INFO] | | - (junit:junit:jar:4.12:compile - omitted for duplicate) [INFO] | +- (commons-codec:commons-codec:jar:1.9:compile - omitted for conflict with 1.6) [INFO] | +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate) [INFO] | +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate) [INFO] | +- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.1.3) [INFO] | +- (com.google.guava:guava:jar:12.0.1:compile - omitted for conflict with 11.0.2) [INFO] | +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate) [INFO] | +- (io.netty:netty-all:jar:4.0.23.Final:compile - omitted for duplicate) [INFO] | +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate) [INFO] | +- (org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile - omitted for duplicate) [INFO] | +- (org.codehaus.jackson:jacks
 on-mapper-asl:jar:1.9.13:compile - omitted for duplicate) [INFO] | +- org.jruby.jcodings:jcodings:jar:1.0.8:compile [INFO] | +- org.jruby.joni:joni:jar:2.1.2:compile [INFO] | | - (org.jruby.jcodings:jcodings:jar:1.0.8:compile - omitted for duplicate) [INFO] | +- com.yammer.metrics:metrics-core:jar:2.2.0:compile [INFO] | | - (org.slf4j:slf4j-api:jar:1.7.2:compile - omitted for conflict with 1.7.28) [INFO] | +- (org.apache.hadoop:hadoop-auth:jar:2.5.1:compile - omitted for conflict with 2.7.3) [INFO] | +- org.apache.hadoop:hadoop-common:jar:2.5.1:compile [INFO] | | +- (org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile - omitted for conflict with 2.7.3) [INFO] | | +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate) [INFO] | | +- (commons-cli:commons-cli:jar:1.2:compile - omitted for duplicate) [INFO] | | +- (org.apache.commons:commons-math3:jar:3.1.1:compile - omitted for duplicate) [INFO] | | +- (xmlenc:xmlenc:jar:0.52:compile - omitted for duplicate) [INFO] | 
 | +- (commons-httpclient:commons-httpclient:jar:3.1:compile - omitted for duplicate) [INFO] | | +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6) [INFO] | | +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate) [INFO] | | +- (commons-net:commons-net:jar:3.1:compile - omitted for duplicate) [INFO] | | +- (commons-collections:commons-collections:jar:3.2.1:compile - omitted for conflict with 3.2.2) [INFO] | | +- (org.mortbay.jetty:jetty-util:jar:6.1.26:compile - omitted for duplicate) [INFO] | | +- (commons-el:commons-el:jar:1.0:compile - scope updated from runtime; omitted for duplicate) [INFO] | | +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate) [INFO] | | +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate) [INFO] | | +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate) [INFO] | | +- (commons-configuration:commons-configuration:jar:1.6:compile - omitted for duplicate) [INFO] | | +- (or
 g.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28) [INFO] | | +- (org.slf4j:slf4j-log4j12:jar:1.7.5:runtime - omitted for conflict with 1.6.1) [INFO] | | +- (org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile - omitted for duplicate) [INFO] | | +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate) [INFO] | | +- (org.apache.avro:avro:jar:1.7.4:compile - omitted for duplicate) [INFO] | | +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate) [INFO] | | +- (org.apache.hadoop:hadoop-auth:jar:2.5.1:compile - omitted for conflict with 2.7.3) [INFO] | | +- (com.jcraft:jsch:jar:0.1.42:compile - omitted for duplicate) [INFO] | | +- (com.google.code.findbugs:jsr305:jar:1.3.9:compile - omitted for conflict with 3.0.0) [INFO] | | +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate) [INFO] | | - (org.apache.commons:commons-compress:jar:1.4.1:compile - omitted for duplicate) [INFO] | +-
  org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.1:compile [INFO] | | +- org.apache.hadoop:hadoop-yarn-common:jar:2.5.1:compile [INFO] | | | +- org.apache.hadoop:hadoop-yarn-api:jar:2.5.1:compile [INFO] | | | | +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate) [INFO] | | | | +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate) [INFO] | | | | +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate) [INFO] | | | | +- (org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile - omitted for conflict with 2.7.3) [INFO] | | | | - (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate) [INFO] | | | +- (javax.xml.bind:jaxb-api:jar:2.2.2:compile - omitted for duplicate) [INFO] | | | +- (org.apache.commons:commons-compress:jar:1.4.1:compile - omitted for duplicate) [INFO] | | | +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate) [INFO] | | | +- (commons-codec:commons-codec:jar:1.4:compile
  - omitted for conflict with 1.6) [INFO] | | | +- (org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile - omitted for duplicate) [INFO] | | | +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate) [INFO] | | | +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate) [INFO] | | | +- (commons-cli:commons-cli:jar:1.2:compile - omitted for duplicate) [INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28) [INFO] | | | +- (org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile - omitted for conflict with 2.7.3) [INFO] | | | +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate) [INFO] | | | +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate) [INFO] | | | - (log4j:log4j:jar:1.2.17:compile - omitted for duplicate) [INFO] | | +- (com.google.protobuf:protobuf-java:jar:2.5.0:co
 mpile - omitted for duplicate) [INFO] | | +- (org.apache.avro:avro:jar:1.7.4:compile - omitted for duplicate) [INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28) [INFO] | | +- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.6.1) [INFO] | | +- (org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile - omitted for conflict with 2.7.3) [INFO] | | - (io.netty:netty:jar:3.6.2.Final:compile - omitted for duplicate) [INFO] | - (junit:junit:jar:4.12:compile - omitted for duplicate)
   
   how did you get that jar list, from yarn log, or else?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] Terror-LM commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
Terror-LM commented on issue #1243:
URL: https://github.com/apache/hudi/issues/1243#issuecomment-1075860344


   > 
   
   how did you get that jar list, from yarn log, or else?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] Terror-LM removed a comment on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
Terror-LM removed a comment on issue #1243:
URL: https://github.com/apache/hudi/issues/1243#issuecomment-1075860344


   > 
   
   how did you get that jar list, from yarn log, or else?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-hudi] bvaradar commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema; )Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
bvaradar commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
URL: https://github.com/apache/incubator-hudi/issues/1243#issuecomment-595989970
 
 
   @HariprasadAllaka1612 : Can you check with Hudi 0.5.1 version where we have upgraded to Spark 2.4.4 and Avro 1.8.2.  Please reopen if you are still seeing this issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hudi] tooptoop4 edited a comment on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
tooptoop4 edited a comment on issue #1243:
URL: https://github.com/apache/hudi/issues/1243#issuecomment-651281125


   i face this issue in 0.5.3, for my custom jar importing hudi-client it is bringing in hbase-client/hadoop* and then old avro 1.7
   
   
   
   [INFO] +- org.apache.hudi:hudi-client:jar:0.5.3:compile
   [INFO] |  +- (org.apache.hudi:hudi-common:jar:0.5.3:compile - omitted for duplicate)
   [INFO] |  +- org.apache.hudi:hudi-timeline-service:jar:0.5.3:compile
   [INFO] |  |  +- (org.apache.hudi:hudi-common:jar:0.5.3:compile - omitted for duplicate)
   [INFO] |  |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
   [INFO] |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.6.7:compile - omitted for duplicate)
   [INFO] |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.6.7:compile - omitted for duplicate)
   [INFO] |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.6.7.1:compile - omitted for conflict with 2.6.7.3)
   [INFO] |  |  +- (org.apache.httpcomponents:fluent-hc:jar:4.3.2:compile - omitted for duplicate)
   [INFO] |  |  +- io.javalin:javalin:jar:2.8.0:compile
   [INFO] |  |  |  +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.2.71:compile
   [INFO] |  |  |  |  +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.71:compile
   [INFO] |  |  |  |  |  +- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.2.71:compile
   [INFO] |  |  |  |  |  \- org.jetbrains:annotations:jar:13.0:compile
   [INFO] |  |  |  |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.2.71:compile
   [INFO] |  |  |  |     \- (org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.71:compile - omitted for duplicate)
   [INFO] |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.26:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  |  +- org.eclipse.jetty:jetty-server:jar:9.4.15.v20190215:compile
   [INFO] |  |  |  |  +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
   [INFO] |  |  |  |  +- org.eclipse.jetty:jetty-http:jar:9.4.15.v20190215:compile
   [INFO] |  |  |  |  |  +- org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile
   [INFO] |  |  |  |  |  \- (org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |  |  \- org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile
   [INFO] |  |  |  |     \- (org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |  +- org.eclipse.jetty:jetty-webapp:jar:9.4.15.v20190215:compile
   [INFO] |  |  |  |  +- org.eclipse.jetty:jetty-xml:jar:9.4.15.v20190215:compile
   [INFO] |  |  |  |  |  \- (org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |  |  \- org.eclipse.jetty:jetty-servlet:jar:9.4.15.v20190215:compile
   [INFO] |  |  |  |     \- org.eclipse.jetty:jetty-security:jar:9.4.15.v20190215:compile
   [INFO] |  |  |  |        \- (org.eclipse.jetty:jetty-server:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |  \- org.eclipse.jetty.websocket:websocket-server:jar:9.4.15.v20190215:compile
   [INFO] |  |  |     +- org.eclipse.jetty.websocket:websocket-common:jar:9.4.15.v20190215:compile
   [INFO] |  |  |     |  +- org.eclipse.jetty.websocket:websocket-api:jar:9.4.15.v20190215:compile
   [INFO] |  |  |     |  +- (org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     |  \- (org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     +- org.eclipse.jetty.websocket:websocket-client:jar:9.4.15.v20190215:compile
   [INFO] |  |  |     |  +- org.eclipse.jetty:jetty-client:jar:9.4.15.v20190215:compile
   [INFO] |  |  |     |  |  +- (org.eclipse.jetty:jetty-http:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     |  |  \- (org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     |  +- (org.eclipse.jetty:jetty-xml:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     |  +- (org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     |  +- (org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     |  \- (org.eclipse.jetty.websocket:websocket-common:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     +- org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.15.v20190215:compile
   [INFO] |  |  |     |  +- (org.eclipse.jetty.websocket:websocket-api:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     |  \- (javax.servlet:javax.servlet-api:jar:3.1.0:compile - omitted for duplicate)
   [INFO] |  |  |     +- (org.eclipse.jetty:jetty-servlet:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  |     \- (org.eclipse.jetty:jetty-http:jar:9.4.15.v20190215:compile - omitted for duplicate)
   [INFO] |  |  +- (com.beust:jcommander:jar:1.72:compile - omitted for duplicate)
   [INFO] |  |  +- (org.rocksdb:rocksdbjni:jar:5.17.2:compile - omitted for duplicate)
   [INFO] |  |  \- (org.apache.hadoop:hadoop-common:jar:tests:2.7.3:compile - omitted for duplicate)
   [INFO] |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
   [INFO] |  +- io.dropwizard.metrics:metrics-graphite:jar:4.1.1:compile
   [INFO] |  |  +- (io.dropwizard.metrics:metrics-core:jar:4.1.1:compile - omitted for duplicate)
   [INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.28:compile - omitted for conflict with 1.7.7)
   [INFO] |  +- io.dropwizard.metrics:metrics-core:jar:4.1.1:compile
   [INFO] |  |  \- (org.slf4j:slf4j-api:jar:1.7.28:compile - omitted for duplicate)
   [INFO] |  +- org.apache.hadoop:hadoop-hdfs:jar:tests:2.7.3:compile
   [INFO] |  |  +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate)
   [INFO] |  |  +- (com.sun.jersey:jersey-core:jar:1.9:compile - omitted for duplicate)
   [INFO] |  |  +- (com.sun.jersey:jersey-server:jar:1.9:compile - omitted for duplicate)
   [INFO] |  |  +- (commons-cli:commons-cli:jar:1.2:compile - omitted for duplicate)
   [INFO] |  |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6)
   [INFO] |  |  +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
   [INFO] |  |  +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
   [INFO] |  |  +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate)
   [INFO] |  |  +- (commons-daemon:commons-daemon:jar:1.0.13:compile - omitted for duplicate)
   [INFO] |  |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
   [INFO] |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
   [INFO] |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile - omitted for duplicate)
   [INFO] |  |  +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate)
   [INFO] |  |  +- (xmlenc:xmlenc:jar:0.52:compile - omitted for duplicate)
   [INFO] |  |  +- (io.netty:netty:jar:3.6.2.Final:compile - omitted for duplicate)
   [INFO] |  |  +- (io.netty:netty-all:jar:4.0.23.Final:compile - omitted for duplicate)
   [INFO] |  |  +- (xerces:xercesImpl:jar:2.9.1:compile - omitted for duplicate)
   [INFO] |  |  +- (org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile - omitted for duplicate)
   [INFO] |  |  \- (org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile - omitted for duplicate)
   [INFO] |  +- org.apache.hadoop:hadoop-common:jar:tests:2.7.3:compile
   [INFO] |  |  +- org.apache.hadoop:hadoop-annotations:jar:2.7.3:compile
   [INFO] |  |  |  \- jdk.tools:jdk.tools:jar:1.8:system
   [INFO] |  |  +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate)
   [INFO] |  |  +- (commons-cli:commons-cli:jar:1.2:compile - omitted for duplicate)
   [INFO] |  |  +- org.apache.commons:commons-math3:jar:3.1.1:compile
   [INFO] |  |  +- (xmlenc:xmlenc:jar:0.52:compile - omitted for duplicate)
   [INFO] |  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
   [INFO] |  |  |  +- (commons-logging:commons-logging:jar:1.0.4:compile - omitted for conflict with 1.1.3)
   [INFO] |  |  |  \- (commons-codec:commons-codec:jar:1.2:compile - omitted for conflict with 1.6)
   [INFO] |  |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6)
   [INFO] |  |  +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
   [INFO] |  |  +- commons-net:commons-net:jar:3.1:compile
   [INFO] |  |  +- commons-collections:commons-collections:jar:3.2.2:compile
   [INFO] |  |  +- (com.sun.jersey:jersey-core:jar:1.9:compile - omitted for duplicate)
   [INFO] |  |  +- com.sun.jersey:jersey-json:jar:1.9:compile
   [INFO] |  |  |  +- org.codehaus.jettison:jettison:jar:1.1:compile
   [INFO] |  |  |  +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
   [INFO] |  |  |  |  \- javax.xml.bind:jaxb-api:jar:2.2.2:compile
   [INFO] |  |  |  |     +- javax.xml.stream:stax-api:jar:1.0-2:compile
   [INFO] |  |  |  |     \- (javax.activation:activation:jar:1.1:compile - omitted for duplicate)
   [INFO] |  |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
   [INFO] |  |  |  +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
   [INFO] |  |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile
   [INFO] |  |  |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
   [INFO] |  |  |  |  \- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
   [INFO] |  |  |  +- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile
   [INFO] |  |  |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
   [INFO] |  |  |  |  \- (org.codehaus.jackson:jackson-mapper-asl:jar:1.8.3:compile - omitted for conflict with 1.9.13)
   [INFO] |  |  |  \- (com.sun.jersey:jersey-core:jar:1.9:compile - omitted for duplicate)
   [INFO] |  |  +- (com.sun.jersey:jersey-server:jar:1.9:compile - omitted for duplicate)
   [INFO] |  |  +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate)
   [INFO] |  |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
   [INFO] |  |  +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile
   [INFO] |  |  |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6)
   [INFO] |  |  |  +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.1.3)
   [INFO] |  |  |  +- (org.apache.httpcomponents:httpclient:jar:4.1.2:compile - omitted for conflict with 4.3.6)
   [INFO] |  |  |  +- (org.apache.httpcomponents:httpcore:jar:4.1.2:compile - omitted for conflict with 4.3.3)
   [INFO] |  |  |  \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile
   [INFO] |  |  +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
   [INFO] |  |  +- commons-configuration:commons-configuration:jar:1.6:compile
   [INFO] |  |  |  +- (commons-collections:commons-collections:jar:3.2.1:compile - omitted for conflict with 3.2.2)
   [INFO] |  |  |  +- (commons-lang:commons-lang:jar:2.4:compile - omitted for conflict with 2.6)
   [INFO] |  |  |  +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.1.3)
   [INFO] |  |  |  +- commons-digester:commons-digester:jar:1.8:compile
   [INFO] |  |  |  |  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
   [INFO] |  |  |  |  |  \- (commons-logging:commons-logging:jar:1.0.3:compile - omitted for conflict with 1.1.3)
   [INFO] |  |  |  |  \- (commons-logging:commons-logging:jar:1.1:compile - omitted for conflict with 1.1.3)
   [INFO] |  |  |  \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
   [INFO] |  |  |     \- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.1.3)
   [INFO] |  |  +- (org.slf4j:slf4j-api:jar:1.7.10:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  +- (org.slf4j:slf4j-log4j12:jar:1.7.10:compile - scope updated from runtime; omitted for duplicate)
   [INFO] |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile - omitted for duplicate)
   [INFO] |  |  +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate)
   [INFO] |  |  +- (org.apache.avro:avro:jar:1.7.4:compile - omitted for conflict with 1.8.2)
   [INFO] |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
   [INFO] |  |  +- com.google.code.gson:gson:jar:2.2.4:compile
   [INFO] |  |  +- org.apache.hadoop:hadoop-auth:jar:2.7.3:compile
   [INFO] |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.10:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6)
   [INFO] |  |  |  +- (log4j:log4j:jar:1.2.17:runtime - omitted for duplicate)
   [INFO] |  |  |  +- (org.slf4j:slf4j-log4j12:jar:1.7.10:runtime - omitted for duplicate)
   [INFO] |  |  |  +- (org.apache.httpcomponents:httpclient:jar:4.2.5:compile - omitted for conflict with 4.3.6)
   [INFO] |  |  |  +- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
   [INFO] |  |  |  |  +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
   [INFO] |  |  |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  |  |  +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
   [INFO] |  |  |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  |  |  +- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
   [INFO] |  |  |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  |  +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate)
   [INFO] |  |  |  \- org.apache.curator:curator-framework:jar:2.7.1:compile
   [INFO] |  |  |     +- (org.apache.curator:curator-client:jar:2.7.1:compile - omitted for duplicate)
   [INFO] |  |  |     +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate)
   [INFO] |  |  |     \- (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 11.0.2)
   [INFO] |  |  +- com.jcraft:jsch:jar:0.1.42:compile
   [INFO] |  |  +- org.apache.curator:curator-client:jar:2.7.1:compile
   [INFO] |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.6:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  |  +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate)
   [INFO] |  |  |  \- (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 11.0.2)
   [INFO] |  |  +- org.apache.curator:curator-recipes:jar:2.7.1:compile
   [INFO] |  |  |  +- (org.apache.curator:curator-framework:jar:2.7.1:compile - omitted for duplicate)
   [INFO] |  |  |  +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate)
   [INFO] |  |  |  \- (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 11.0.2)
   [INFO] |  |  +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
   [INFO] |  |  +- (org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile - omitted for duplicate)
   [INFO] |  |  +- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
   [INFO] |  |  |  +- (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  |  +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile
   [INFO] |  |  |  |  +- (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.28)
   [INFO] |  |  |  |  \- (log4j:log4j:jar:1.2.16:compile - omitted for conflict with 1.2.17)
   [INFO] |  |  |  +- (log4j:log4j:jar:1.2.16:compile - omitted for conflict with 1.2.17)
   [INFO] |  |  |  \- (io.netty:netty:jar:3.7.0.Final:compile - omitted for conflict with 3.6.2.Final)
   [INFO] |  |  \- (org.apache.commons:commons-compress:jar:1.4.1:compile - omitted for conflict with 1.9)
   [INFO] |  \- org.apache.hbase:hbase-client:jar:1.2.3:compile
   [INFO] |     +- org.apache.hbase:hbase-annotations:jar:1.2.3:compile
   [INFO] |     |  +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
   [INFO] |     |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
   [INFO] |     |  \- (junit:junit:jar:4.12:compile - omitted for duplicate)
   [INFO] |     +- org.apache.hbase:hbase-common:jar:1.2.3:compile
   [INFO] |     |  +- (org.apache.hbase:hbase-protocol:jar:1.2.3:compile - omitted for duplicate)
   [INFO] |     |  +- (org.apache.hbase:hbase-annotations:jar:1.2.3:compile - omitted for duplicate)
   [INFO] |     |  +- (com.google.guava:guava:jar:12.0.1:compile - omitted for conflict with 11.0.2)
   [INFO] |     |  +- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.1.3)
   [INFO] |     |  +- (commons-codec:commons-codec:jar:1.9:compile - omitted for conflict with 1.6)
   [INFO] |     |  +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
   [INFO] |     |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
   [INFO] |     |  +- (org.mortbay.jetty:jetty-util:jar:6.1.26:compile - omitted for duplicate)
   [INFO] |     |  +- (org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile - omitted for duplicate)
   [INFO] |     |  +- (org.apache.hadoop:hadoop-common:jar:2.5.1:compile - omitted for duplicate)
   [INFO] |     |  +- (org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.1:compile - omitted for duplicate)
   [INFO] |     |  +- (com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile - omitted for duplicate)
   [INFO] |     |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
   [INFO] |     |  \- (junit:junit:jar:4.12:compile - omitted for duplicate)
   [INFO] |     +- org.apache.hbase:hbase-protocol:jar:1.2.3:compile
   [INFO] |     |  +- (org.apache.hbase:hbase-annotations:jar:1.2.3:compile - omitted for duplicate)
   [INFO] |     |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.1.3)
   [INFO] |     |  +- (com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile - omitted for duplicate)
   [INFO] |     |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
   [INFO] |     |  \- (junit:junit:jar:4.12:compile - omitted for duplicate)
   [INFO] |     +- (commons-codec:commons-codec:jar:1.9:compile - omitted for conflict with 1.6)
   [INFO] |     +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
   [INFO] |     +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
   [INFO] |     +- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.1.3)
   [INFO] |     +- (com.google.guava:guava:jar:12.0.1:compile - omitted for conflict with 11.0.2)
   [INFO] |     +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
   [INFO] |     +- (io.netty:netty-all:jar:4.0.23.Final:compile - omitted for duplicate)
   [INFO] |     +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate)
   [INFO] |     +- (org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile - omitted for duplicate)
   [INFO] |     +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate)
   [INFO] |     +- org.jruby.jcodings:jcodings:jar:1.0.8:compile
   [INFO] |     +- org.jruby.joni:joni:jar:2.1.2:compile
   [INFO] |     |  \- (org.jruby.jcodings:jcodings:jar:1.0.8:compile - omitted for duplicate)
   [INFO] |     +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
   [INFO] |     |  \- (org.slf4j:slf4j-api:jar:1.7.2:compile - omitted for conflict with 1.7.28)
   [INFO] |     +- (org.apache.hadoop:hadoop-auth:jar:2.5.1:compile - omitted for conflict with 2.7.3)
   [INFO] |     +- org.apache.hadoop:hadoop-common:jar:2.5.1:compile
   [INFO] |     |  +- (org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile - omitted for conflict with 2.7.3)
   [INFO] |     |  +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-cli:commons-cli:jar:1.2:compile - omitted for duplicate)
   [INFO] |     |  +- (org.apache.commons:commons-math3:jar:3.1.1:compile - omitted for duplicate)
   [INFO] |     |  +- (xmlenc:xmlenc:jar:0.52:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-httpclient:commons-httpclient:jar:3.1:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6)
   [INFO] |     |  +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-net:commons-net:jar:3.1:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-collections:commons-collections:jar:3.2.1:compile - omitted for conflict with 3.2.2)
   [INFO] |     |  +- (org.mortbay.jetty:jetty-util:jar:6.1.26:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-el:commons-el:jar:1.0:compile - scope updated from runtime; omitted for duplicate)
   [INFO] |     |  +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate)
   [INFO] |     |  +- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
   [INFO] |     |  +- (commons-configuration:commons-configuration:jar:1.6:compile - omitted for duplicate)
   [INFO] |     |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28)
   [INFO] |     |  +- (org.slf4j:slf4j-log4j12:jar:1.7.5:runtime - omitted for conflict with 1.6.1)
   [INFO] |     |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile - omitted for duplicate)
   [INFO] |     |  +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate)
   [INFO] |     |  +- (org.apache.avro:avro:jar:1.7.4:compile - omitted for duplicate)
   [INFO] |     |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
   [INFO] |     |  +- (org.apache.hadoop:hadoop-auth:jar:2.5.1:compile - omitted for conflict with 2.7.3)
   [INFO] |     |  +- (com.jcraft:jsch:jar:0.1.42:compile - omitted for duplicate)
   [INFO] |     |  +- (com.google.code.findbugs:jsr305:jar:1.3.9:compile - omitted for conflict with 3.0.0)
   [INFO] |     |  +- (org.apache.zookeeper:zookeeper:jar:3.4.6:compile - omitted for duplicate)
   [INFO] |     |  \- (org.apache.commons:commons-compress:jar:1.4.1:compile - omitted for duplicate)
   [INFO] |     +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.1:compile
   [INFO] |     |  +- org.apache.hadoop:hadoop-yarn-common:jar:2.5.1:compile
   [INFO] |     |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.5.1:compile
   [INFO] |     |  |  |  +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
   [INFO] |     |  |  |  +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate)
   [INFO] |     |  |  |  +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate)
   [INFO] |     |  |  |  +- (org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile - omitted for conflict with 2.7.3)
   [INFO] |     |  |  |  \- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
   [INFO] |     |  |  +- (javax.xml.bind:jaxb-api:jar:2.2.2:compile - omitted for duplicate)
   [INFO] |     |  |  +- (org.apache.commons:commons-compress:jar:1.4.1:compile - omitted for duplicate)
   [INFO] |     |  |  +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate)
   [INFO] |     |  |  +- (commons-codec:commons-codec:jar:1.4:compile - omitted for conflict with 1.6)
   [INFO] |     |  |  +- (org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile - omitted for duplicate)
   [INFO] |     |  |  +- (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile - omitted for duplicate)
   [INFO] |     |  |  +- (com.google.guava:guava:jar:11.0.2:compile - omitted for duplicate)
   [INFO] |     |  |  +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for duplicate)
   [INFO] |     |  |  +- (commons-cli:commons-cli:jar:1.2:compile - omitted for duplicate)
   [INFO] |     |  |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28)
   [INFO] |     |  |  +- (org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile - omitted for conflict with 2.7.3)
   [INFO] |     |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
   [INFO] |     |  |  +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
   [INFO] |     |  |  \- (log4j:log4j:jar:1.2.17:compile - omitted for duplicate)
   [INFO] |     |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for duplicate)
   [INFO] |     |  +- (org.apache.avro:avro:jar:1.7.4:compile - omitted for duplicate)
   [INFO] |     |  +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.28)
   [INFO] |     |  +- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.6.1)
   [INFO] |     |  +- (org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile - omitted for conflict with 2.7.3)
   [INFO] |     |  \- (io.netty:netty:jar:3.6.2.Final:compile - omitted for duplicate)
   [INFO] |     \- (junit:junit:jar:4.12:compile - omitted for duplicate)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-hudi] HariprasadAllaka1612 commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema; )Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
HariprasadAllaka1612 commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
URL: https://github.com/apache/incubator-hudi/issues/1243#issuecomment-576156879
 
 
   @yihua  I am using spark version 2.4.0 and avro version 1.8.1. should i be making any changes here

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hudi] vinothchandar commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
vinothchandar commented on issue #1243:
URL: https://github.com/apache/hudi/issues/1243#issuecomment-651718529


   @tooptoop4 trying to understand .. can you give us a set of reproducible steps? for e.g on the docker demo setup or somewhere we can repro and try? Guess hbase is being brought in due to HBaseIndex? @n3nash any pointers here, given you deal with `hudi-client` dependency on a daily basis as well?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-hudi] pratyakshsharma commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema; )Lorg/apache/parquet/schema/MessageType;

Posted by GitBox <gi...@apache.org>.
pratyakshsharma commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
URL: https://github.com/apache/incubator-hudi/issues/1243#issuecomment-576316169
 
 
   @HariprasadAllaka1612 Can you check your dependency tree to see if multiple avro versions are coming up from somewhere? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services