W dniu 22.06.2018 o 18:47, Ted Yu pisze:
$ jar tvf
~/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-jobclient/3.0.0/hadoop-mapreduce-client-jobclient-3.0.0-tests.jar
| grep MiniMRCluster

andrzej@andrzej-VirtualBox ~/jars $ jar tvf hadoop-mapreduce-client-jobclient-3.1.0.jar | grep MiniMRCluster

<------nothing

andrzej@andrzej-VirtualBox ~/jars $ jar tvf hadoop-mapreduce-client-jobclient-3.1.0-tests.jar | grep MiniMRCluster 1863 Mon Apr 02 21:08:24 CEST 2018 org/apache/hadoop/mapred/ClusterMapReduceTestCase$ConfigurableMiniMRCluster.class 573 Mon Apr 02 21:08:24 CEST 2018 org/apache/hadoop/mapred/MiniMRCluster$JobTrackerRunner.class 576 Mon Apr 02 21:08:24 CEST 2018 org/apache/hadoop/mapred/MiniMRCluster$TaskTrackerRunner.class 9937 Mon Apr 02 21:08:24 CEST 2018 org/apache/hadoop/mapred/MiniMRCluster.class


*Solution*: I must hadoop-mapreduce-client-jobclient-3.1.0-tests.jar
instead of hadoop-mapreduce-client-jobclient-3.1.0.jar ?
Similarly "test" for other I can't found classes?

Better is 3.1.0 than 3.0.0 for v2.0.1?
I don't have in .m2 directory, I must run mvn on hbase-server folder?

Reply via email to