hdp-tez fails to deploy on hpcloud

Bug #1389031 reported by Charles Butler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
hdp-tez (Juju Charms Collection)
New
Undecided
Unassigned

Bug Description

During the namenode realtionship cycle it appears that hdp-tez is unable to contact the namenode.

the following is the output in the unit log:

2014-11-04 00:45:00 INFO juju-log namenode:3: TEZ ==> damenode not ready
2014-11-04 00:45:04 INFO namenode-relation-changed 14/11/04 00:45:04 WARN fs.FileSystem: "10.0.0.91:8020" is a deprecated filesystem name. Use "hdfs://10.0.0.91:8020/" instead.
2014-11-04 00:45:14 INFO juju-log namenode:3: TEZ ==> damenode not ready
2014-11-04 00:45:18 INFO namenode-relation-changed 14/11/04 00:45:18 WARN fs.FileSystem: "10.0.0.91:8020" is a deprecated filesystem name. Use "hdfs://10.0.0.91:8020/" instead.
2014-11-04 00:45:27 INFO juju-log namenode:3: TEZ ==> damenode not ready
2014-11-04 00:45:27 ERROR juju-log namenode:3: TEZ ==> Reached datanode timeout value..
2014-11-04 00:45:27 ERROR juju.worker.uniter uniter.go:486 hook failed: exit status 1

the core-site.xml on the hdp-tez node is blank as well - which i expect is the contributing factor to this failure.

ubuntu@juju-hp-lazypower-machine-2:/etc/hadoop/conf$ cat core-site.xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License. See accompanying LICENSE file.
-->

<!-- Put site-specific property overrides in this file. -->

<configuration>
</configuration>

The following bundle was used to deploy the solution:

high-performance-batch-processing:
  services:
    "compute-node":
      charm: "cs:trusty/hdp-hadoop-3"
      num_units: 1
      annotations:
        "gui-x": "849.6418941713882"
        "gui-y": "627.4593128427454"
    "yarn-hdfs-master":
      charm: "cs:trusty/hdp-hadoop-3"
      num_units: 1
      annotations:
        "gui-x": "846.3581058286118"
        "gui-y": "244.54068715725464"
    "hdp-tez":
      charm: "cs:trusty/hdp-tez-1"
      num_units: 1
      annotations:
        "gui-x": "489.9256825141649"
        "gui-y": "244.54068715725464"
  relations:
    - - "yarn-hdfs-master:namenode"
      - "compute-node:datanode"
    - - "yarn-hdfs-master:resourcemanager"
      - "compute-node:nodemanager"
    - - "hdp-tez:resourcemanager"
      - "yarn-hdfs-master:resourcemanager"
    - - "hdp-tez:namenode"
      - "yarn-hdfs-master:namenode"
  series: trusty

Tags: audit hpcloud

Related branches

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.