Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated methods of guava #1924

Closed
navis opened this issue Apr 23, 2019 · 1 comment
Closed

Remove deprecated methods of guava #1924

navis opened this issue Apr 23, 2019 · 1 comment
Assignees
Labels
@engine Issues related to engine

Comments

@navis
Copy link

navis commented Apr 23, 2019

Related to #1913

2019-04-23T04:31:39,154 INFO [main] io.druid.indexer.ReduceMergeIndexGeneratorJob - Flushing index of tpch_10_lineitem_01 (1996-01-01T00:00:00.000Z/1997-01-01T00:00:00.000Z).. 74,267 rows with estimated size 83,175,342 bytes accumulated during 10,056 msec
2019-04-23T04:31:39,154 INFO [main] io.druid.segment.IndexMerger - Starting persist for interval[1996-01-01T00:00:00.000Z/1997-01-01T00:00:00.000Z], rows[74,267]
2019-04-23T04:31:39,330 INFO [main] io.druid.segment.IndexMergerV9 - Start making v9 index files from 1 indices, outDir:/data7/hadoop/yarn/local/usercache/hdfs/appcache/application_1555993786874_0002/container_e04_1555993786874_0002_01_000003/tmp/base674399021063670961flush/index-00002
2019-04-23T04:31:39,331 WARN [main] io.druid.indexer.HadoopDruidIndexerMapper - Ignoring invalid [3]th row [5707461|1014015|89046|2|26|24152.96|0.05|0.01|N|O|1997-06-19|1997-06-30|1997-06-23|TAKE BACK RETURN|RAIL|eans detect slyly: express foxes|] due to parsing error.. 
java.lang.NoSuchMethodError: com.google.common.io.Files.newOutputStreamSupplier(Ljava/io/File;)Lcom/google/common/io/OutputSupplier;
	at io.druid.segment.IndexMergerV9.makeIndexFiles(IndexMergerV9.java:170) ~[druid-processing-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at io.druid.segment.IndexMerger.merge(IndexMerger.java:491) ~[druid-processing-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at io.druid.segment.IndexMerger.persist(IndexMerger.java:204) ~[druid-processing-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at io.druid.indexer.ReduceMergeIndexGeneratorJob$ReducerMergingMapper.persist(ReduceMergeIndexGeneratorJob.java:426) ~[druid-indexing-hadoop-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at io.druid.indexer.ReduceMergeIndexGeneratorJob$ReducerMergingMapper.persistOneIndex(ReduceMergeIndexGeneratorJob.java:372) ~[druid-indexing-hadoop-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at io.druid.indexer.ReduceMergeIndexGeneratorJob$ReducerMergingMapper.innerMap(ReduceMergeIndexGeneratorJob.java:276) ~[druid-indexing-hadoop-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at io.druid.indexer.HadoopDruidIndexerMapper.map(HadoopDruidIndexerMapper.java:102) [druid-indexing-hadoop-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at io.druid.indexer.ReduceMergeIndexGeneratorJob$ReducerMergingMapper.run(ReduceMergeIndexGeneratorJob.java:188) [druid-indexing-hadoop-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:799) [hadoop-mapreduce-client-core-3.1.1.3.1.2.0-4.jar:?]
	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:347) [hadoop-mapreduce-client-core-3.1.1.3.1.2.0-4.jar:?]
	at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:174) [hadoop-mapreduce-client-app-3.1.1.3.1.0.0-78.jar:?]
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_112]
	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_112]
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1730) [hadoop-common-3.1.1.3.1.2.0-4.jar:?]
	at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:168) [hadoop-mapreduce-client-app-3.1.1.3.1.0.0-78.jar:?]
@navis navis added the @engine Issues related to engine label Apr 23, 2019
@navis navis self-assigned this Apr 23, 2019
@navis navis changed the title Removed deprecated methods in guava Remove deprecated methods in guava Apr 23, 2019
@navis navis changed the title Remove deprecated methods in guava Remove deprecated methods of guava Apr 23, 2019
@navis
Copy link
Author

navis commented May 8, 2019

Done

@navis navis closed this as completed May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@engine Issues related to engine
Projects
None yet
Development

No branches or pull requests

1 participant