You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just curious about the Cluster class in org.apache.hadoop.mapreduce. It seems that you are using hadoop-core-1.0.4.jar, but this Class seems to be only available in hadoop-2.0.x
Could you please elaborate how you are able to do Cluster cluster = new Cluster(conf)
Thanks,
ameet
The text was updated successfully, but these errors were encountered:
hi,
I was just curious about the Cluster class in org.apache.hadoop.mapreduce. It seems that you are using hadoop-core-1.0.4.jar, but this Class seems to be only available in hadoop-2.0.x
Could you please elaborate how you are able to do Cluster cluster = new Cluster(conf)
Thanks,
ameet
The text was updated successfully, but these errors were encountered: