formating HDFS /grid/hadoop/hdfs/nn is not enforced/tested in charm
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
hdp-hadoop (Juju Charms Collection) |
New
|
Undecided
|
Juju Big Data Development |
Bug Description
This bug comes when joining a hdp-pig-4 charm to an existing HDP cluster made at least of a YARN Master (hdp-hadoop-7) and compute nodes (same versions)
By default, when creating the cluster, the charms will format a HDFS partition in /grid/hadoop/
When adding the PIG node, it will try to do it again. Except that if it has already been done, it won't work because it's not enforced or tested.
It then goes into an infinite loop of:
unit-yarn-
unit-yarn-
The correct behavior should be
* to test if the partition is already formated.
* Pass if yes (we don't know if data has been posted there, don't want to erase it)
* Create/Format otherwise
Changed in hdp-hadoop (Juju Charms Collection): | |
assignee: | nobody → Juju Big Data Development (bigdata-dev) |