3

Cloudera manager seems to recommend using parcels for managing the hadoop cluster. I would like to be able to build parcels out of hive trunk for instance. Is it possible to build parcels for cloudera manager?

Karthick
  • 2,844
  • 4
  • 34
  • 55

1 Answers1

6

Yes, it is. You need to use the Cloudera Manager Extensions software, located on github.

Be sure to check the wiki page on github, as it has a comprehensive set of instructions on the structure for the parcel metadata, how to build the parcel itself, and the format of the parcel repository.

JamCon
  • 2,313
  • 2
  • 25
  • 34
  • There biggest limitation about cloudera parcels is that its not possible to build parcel with different versions of same software, like hive 1.0 and hive 2.0, for instance. – Karthick Apr 13 '14 at 17:28