1

I have cloudera 5.14 development environment. I want to install apache hadoop-tools(link) in the cloudera distribution . Specifically I need hadoop-resourceestimator (link).

There is no documentation available how to install the same .

Any leads will be highly appreciated.

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90
pikas
  • 83
  • 7
  • 1
    AFAIK cdh5.14.x is based on old hadoop version 2.6.0 which does not have resourceestimator tool. – mazaneicha Apr 22 '19 at 18:09
  • @mazaneicha can it be possible to install just the tool in 2.6.0 ? – pikas Apr 22 '19 at 18:31
  • I don't think so but don't mind to be proved wrong. – mazaneicha Apr 22 '19 at 19:40
  • Based on https://www.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_cdh_620_unsupported_features.html @mazaneicha, is right. If the resource estimator is not supported in CDH6.x I doubt it would be in CDH5.x. – tk421 Apr 22 '19 at 20:05

1 Answers1

2

AFAIK cdh5.14.x is based on the old hadoop version 2.6.0 which does not have resourceestimator tool. It is available but is not supported in CDH6 ("not supported" is not the same as "not available"). You can find resourceestimator in CDH6.x distribution,

-rw-r--r-- 1 root root 71105 Dec 6 03:13 /opt/cloudera/parcels/CDH/jars/hadoop-resourceestimator-3.0.0-cdh6.0.x-SNAPSHOT.jar

and you're free to use it, but Cloudera Support won't provide any help.

mazaneicha
  • 8,794
  • 4
  • 33
  • 52