Hi.

I have 5 virtual machines with:
*Centos 6.5*
*Ambari 2.1*
*HDP 2.2*

Installation of *trafodion-20150828_0830* is ok but it fails on *sqstart*.

After installation the *dcs-site.xml* file was empty. I created one with
the content attached, in short:

*<name>dcs.zookeeper.quorum</name>*
*<value>node2,node1,node3</value>*

*<name>dcs.dns.interface</name>*
*<value>venet0</value>*

Also *log4cxx* wasn't installed by trafodion installer, I installed it
manually on all nodes.

When running *sqstart* it fails, attached are the logs.
One that seems relevant to me is in *monitor.mpirun.out*, seems that the
monitor is not starting:

*YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)*
*This typically refers to a problem with your application.*
*Please see the FAQ page for debugging suggestions*

-- 
And in the end, it's not the years in your life that count. It's the life
in your years.
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
/**
  *(C) Copyright 2013 Hewlett-Packard Development Company, L.P.
  *
  * 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.
  */
-->
<!--
/**
 * Copyright 2010 The Apache Software Foundation
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you 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.
 */
-->
<configuration>
  <property>
    <name>dcs.zookeeper.quorum</name>
    <value>node2,node1,node3</value>
  </property>
   <property>
    <name>dcs.dns.interface</name>
    <value>venet0</value>
  </property>
</configuration>
*******************************
 Trafodion Configuration Setup
*******************************

***INFO: Please press [Enter] to select defaults.

Enter trafodion password, default is [traf123]: Enter list of nodes (blank separated), default [ node1 node2 node3 node4 node5]: ***INFO: Testing ssh on node1
***INFO: Testing ssh on node2
***INFO: Testing ssh on node3
***INFO: Testing ssh on node4
***INFO: Testing ssh on node5
Enter Trafodion userid's home directory prefix, default is [/home]: Specify full path to EPEL RPM (including .rpm), default is None: ***INFO: Will attempt to download RPM if EPEL is not installed on all nodes.
Specify location of Java 1.7.0_65 or higher (JDK), default is [/usr/jdk64/jdk1.7.0_67]: Enter full path (including .tar or .tar.gz) of trafodion tar file [/root/trafodion/trafodion-20150828_0830.tar.gz]: Enter Hadoop admin username, default is [admin]: Enter Hadoop admin password, default is [admin]: Enter Hadoop external network URL:port (no 'http://' needed), default is [node1:8080]: ***INFO: Getting list of all hortonworks nodes
***INFO: hortonworks list of nodes:  node1 node2 node3 node4 node5
***INFO: Testing ssh on node1
***INFO: Testing ssh on node2
***INFO: Testing ssh on node3
***INFO: Testing ssh on node4
***INFO: Testing ssh on node5
***INFO: Testing sudo access on node1
***INFO: Testing sudo access on node2
***INFO: Testing sudo access on node3
***INFO: Testing sudo access on node4
***INFO: Testing sudo access on node5
***INFO: Checking hortonworks Version
***INFO: nameOfVersion=Version 0.98.4.2.2.6.0
***INFO: HADOOP_PATH=/usr/hdp/current/hbase-regionserver/lib
Enter HDFS username, default is [hdfs]: Enter HBase username, default is [hbase]: Enter HBase group, default is [hbase]: Enter directory to install trafodion to, default is [/home/trafodion/trafodion-20150828_0830]: Start Trafodion after install (Y/N), default is Y: ***INFO: Trafodion will not be started after install is complete.
***INFO: User will need follow steps on the trafodion wiki on how to start.
Total number of DCS servers to start, default [2]: Enable simple LDAP security (Y/N), default is N: ***INFO: Configuration file: /etc/trafodion/trafodion_config
***INFO: Trafodion configuration setup complete
***Log File: trafodion_setup script***

Username: trafodion
Nodes:  node1 node2 node3 node4 node5
Home directory: /home

***INFO: Starting Trafodion environment setup (2015-08-31-14-01-01)
=== 2015-08-31-14-01-01 ===
Project Trafodion is licensed under the Apache License,
Version 2.0 (the "License"); you may not use software
from Project Trafodion except in compliance with this
License or other applicable license terms as specified.
Project Trafodion includes third party copyrighted software
components, which may be licensed under third party and or
open source license terms as set forth in the LICENSE.TXT
file accompanying the Project Trafodion distribution or as
indicated in the applicable source code file.

======================================================
Apache License

Version 2.0, January 2004

http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by the
copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all other
entities that control, are controlled by, or are under common control
with that entity. For the purposes of this definition, "control" means
(i) the power, direct or indirect, to cause the direction or management
of such entity, whether by contract or otherwise, or (ii) ownership of
fifty percent (50%) or more of the outstanding shares, or (iii) beneficial
ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity exercising
permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation source,
and configuration files.

"Object" form shall mean any form resulting from mechanical transformation
 or translation of a Source form, including but not limited to compiled
 object code, generated documentation, and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or Object form,
made available under the License, as indicated by a copyright notice that
is included in or attached to the work (an example is provided in the Appendix
 below).

"Derivative Works" shall mean any work, whether in Source or Object form,
that is based on (or derived from) the Work and for which the editorial
revisions, annotations, elaborations, or other modifications represent,
as a whole, an original work of authorship. For the purposes of this License,
Derivative Works shall not include works that remain separable from, or merely
link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including the original
version of the Work and any modifications or additions to that Work or
Derivative Works thereof, that is intentionally submitted to Licensor for
inclusion in the Work by the copyright owner or by an individual or Legal
Entity authorized to submit on behalf of the copyright owner. For the
purposes of this definition, "submitted" means any form of electronic,
verbal, or written communication sent to the Licensor or its representatives,
including but not limited to communication on electronic mailing lists,
source code control systems, and issue tracking systems that are managed
by, or on behalf of, the Licensor for the purpose of discussing and
improving the Work, but excluding communication that is conspicuously
marked or otherwise designated in writing by the copyright owner as "Not
a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity on
behalf of whom a Contribution has been received by Licensor and subsequently
incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual, worldwide,
non-exclusive, no-charge, royalty-free, irrevocable copyright license to
reproduce, prepare Derivative Works of, publicly display, publicly perform,
sublicense, and distribute the Work and such Derivative Works in Source or
Object form.

3. Grant of Patent License. Subject to the terms and conditions of this
License, each Contributor hereby grants to You a perpetual, worldwide,
non-exclusive, no-charge, royalty-free, irrevocable (except as stated
in this section) patent license to make, have made, use, offer to sell,
sell, import, and otherwise transfer the Work, where such license
applies only to those patent claims licensable by such Contributor
that are necessarily infringed by their Contribution(s) alone or by
combination of their Contribution(s) with the Work to which such
Contribution(s) was submitted. If You institute patent litigation
against any entity (including a cross-claim or counterclaim in a
lawsuit) alleging that the Work or a Contribution incorporated within
the Work constitutes direct or contributory patent infringement, then
any patent licenses granted to You under this License for that Work
shall terminate as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You meet
the following conditions:
   a.You must give any other recipients of the Work or Derivative Works
     a copy of this License; and
   b.You must cause any modified files to carry prominent notices stating
     that You changed the files; and
   c.You must retain, in the Source form of any Derivative Works that
     You distribute, all copyright, patent, trademark, and attribution
     notices from the Source form of the Work, excluding those notices
     that do not pertain to any part of the Derivative Works; and
   d.If the Work includes a "NOTICE" text file as part of its distribution,
     then any Derivative Works that You distribute must include a readable
     copy of the attribution notices contained within such NOTICE file,
     excluding those notices that do not pertain to any part of the
     Derivative Works, in at least one of the following places: within
     a NOTICE text file distributed as part of the Derivative Works;
     within the Source form or documentation, if provided along with the
     Derivative Works; or, within a display generated by the Derivative
     Works, if and wherever such third-party notices normally appear.
     The contents of the NOTICE file are for informational purposes only
     and do not modify the License. You may add Your own attribution
     notices within Derivative Works that You distribute, alongside or
     as an addendum to the NOTICE text from the Work, provided that
     such additional attribution notices cannot be construed as modifying
     the License.

 You may add Your own copyright statement to Your modifications and may
 provide additional or different license terms and conditions for use,
 reproduction, or distribution of Your modifications, or for any such
 Derivative Works as a whole, provided Your use, reproduction, and
 distribution of the Work otherwise complies with the conditions stated
 in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work by
You to the Licensor shall be under the terms and conditions of this
License, without any additional terms or conditions. Notwithstanding
the above, nothing herein shall supersede or modify the terms of any
separate license agreement you may have executed with Licensor regarding
such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or agreed
to in writing, Licensor provides the Work (and each Contributor provides
its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied, including, without limitation,
any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY,
or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for
determining the appropriateness of using or redistributing the Work
and assume any risks associated with Your exercise of permissions under
this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise, unless
required by applicable law (such as deliberate and grossly negligent
acts) or agreed to in writing, shall any Contributor be liable to You
for damages, including any direct, indirect, special, incidental, or
consequential damages of any character arising as a result of this
License or out of the use or inability to use the Work (including
but not limited to damages for loss of goodwill, work stoppage,
computer failure or malfunction, or any and all other commercial
damages or losses), even if such Contributor has been advised of
the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer, and
charge a fee for, acceptance of support, warranty, indemnity, or
other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify, defend,
and hold each Contributor harmless for any liability incurred by,
or claims asserted against, such Contributor by reason of your
accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS
BY TYPING "ACCEPT" YOU AGREE TO THE TERMS OF THIS AGREEMENT: ***INFO: testing sudo access
***INFO: Checking all nodes in specified node list
node1
node2
node3
node4
node5
***INFO: Total number of nodes = 5
***INFO: Installing required packages
***INFO: Log file located in /var/log/trafodion
***INFO: ... pdsh on node node1
***INFO: ... pdsh on node node2
***INFO: ... pdsh on node node3
***INFO: ... pdsh on node node4
***INFO: ... pdsh on node node5
***INFO: Checking if log4cxx is installed ...
***INFO: Checking if sqlite is installed ...
***INFO: Checking if expect is installed ...
***INFO: Installing expect on all nodes
***INFO: Checking if perl-DBD-SQLite* is installed ...
***INFO: Installing perl-DBD-SQLite* on all nodes
***INFO: Checking if protobuf is installed ...
***INFO: Installing protobuf on all nodes
***INFO: Checking if xerces-c is installed ...
***INFO: Installing xerces-c on all nodes
***INFO: Checking if perl-Params-Validate is installed ...
***INFO: Installing perl-Params-Validate on all nodes
***INFO: Checking if perl-Time-HiRes is installed ...
***INFO: Installing perl-Time-HiRes on all nodes
***INFO: Checking if gzip is installed ...
***INFO: modifying limits in /usr/lib/trafodion/trafodion.conf on all nodes
***INFO: create Trafodion userid "trafodion" 
***INFO: Trafodion userid's (trafodion) home directory: /home/trafodion
***INFO: testing sudo access
Generating public/private rsa key pair.
Created directory '/home/trafodion/.ssh'.
Your identification has been saved in /home/trafodion/.ssh/id_rsa.
Your public key has been saved in /home/trafodion/.ssh/id_rsa.pub.
The key fingerprint is:
44:0f:0c:7d:85:dd:01:2d:0f:07:bc:88:19:56:5a:c3 trafodion@node1
The key's randomart image is:
+--[ RSA 2048]----+
|      .+oo+=+=.. |
|       .==E.= +  |
|       .o=.. *   |
|       .o . . .  |
|        S        |
|                 |
|                 |
|                 |
|                 |
+-----------------+
***INFO: creating .qpidports file
***INFO: creating .bashrc file
***INFO: Setting up userid trafodion on all other nodes in cluster
***INFO: Creating known_hosts file for all nodes
node1
node2
node3
node4
node5
***INFO: trafodion user added successfully
***INFO: Trafodion environment setup completed
***INFO: Hortonworks installed will run traf_hortonworks_mods98
8080
node1
***INFO: Detected JAVA version 1.7
***INFO: copying hbase-trx-hdp2_2-1.2.0.jar to all nodes
PORT=:8080
########## Performing 'set' hbase.master.distributed.log.splitting:false on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029756856076141.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   201k --:--:-- --:--:-- --:--:--  228k
########## NEW Site:hbase-site, Tag:version1441014427414292739
PORT=:8080
########## Performing 'set' hbase.coprocessor.region.classes:org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver,org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionEndpoint,org.apache.hadoop.hbase.coprocessor.AggregateImplementation on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029759856192116.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   211k --:--:-- --:--:-- --:--:--  228k
########## NEW Site:hbase-site, Tag:version1441014427414292739
PORT=:8080
########## Performing 'set' hbase.hregion.impl:org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029762867096826.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   221k --:--:-- --:--:-- --:--:--  247k
########## NEW Site:hbase-site, Tag:version1441014427414292739
PORT=:8080
########## Performing 'set' hbase.regionserver.region.split.policy:org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029765850166084.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   208k --:--:-- --:--:-- --:--:--  228k
########## NEW Site:hbase-site, Tag:version1441014427414292739
PORT=:8080
########## Performing 'set' hbase.snapshot.enabled:true on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029768871003116.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   171k --:--:-- --:--:-- --:--:--  185k
########## NEW Site:hbase-site, Tag:version1441014427414292739
PORT=:8080
########## Performing 'set' hbase.bulkload.staging.dir:/hbase-staging on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029771857466742.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   212k --:--:-- --:--:-- --:--:--  228k
########## NEW Site:hbase-site, Tag:version1441014427414292739
PORT=:8080
########## Performing 'set' hbase.regionserver.region.transactional.tlog:true on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029774890473918.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   181k --:--:-- --:--:-- --:--:--  198k
########## NEW Site:hbase-site, Tag:version1441014427414292739
PORT=:8080
########## Performing 'set' hbase.snapshot.master.timeoutMillis:600000 on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029777891750353.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   207k --:--:-- --:--:-- --:--:--  228k
########## NEW Site:hbase-site, Tag:version1441014427414292739
PORT=:8080
########## Performing 'set' hbase.snapshot.region.timeout:600000 on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029780889768962.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   177k --:--:-- --:--:-- --:--:--  198k
########## NEW Site:hbase-site, Tag:version1441014427414292739
PORT=:8080
########## Performing 'set' dfs.namenode.acls.enabled:true on (Site:hdfs-site, Tag:version1441014424366276562)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029783865802460.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  2551    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
102  2551    0     0  102  2551      0   179k --:--:-- --:--:-- --:--:--  191k
########## NEW Site:hdfs-site, Tag:version1441014424366276562
PORT=:8080
########## Performing 'set' hbase.client.scanner.timeout.period:600000 on (Site:hbase-site, Tag:version1441014427414292739)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029786866264354.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0  3044    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3044    0     0  101  3044      0   212k --:--:-- --:--:-- --:--:--  228k
########## NEW Site:hbase-site, Tag:version1441014427414292739

PORT=:8080
########## Performing 'set' maxClientCnxns:0 on (Site:zoo.cfg, Tag:version1441014429883175532)
########## Config found. Skipping origin value
########## PUTting json into: doSet_version1441029789274140537.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0   313      0   386k --:--:-- --:--:-- --:--:--  386k
  0     0    0     0    0   313      0  22932 --:--:-- --:--:-- --:--:--     0
########## NEW Site:zoo.cfg, Tag:version1441014429883175532

***INFO: Restarting HBase to pick up config changes for Trafodion
***INFO: Stopping HBase...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0    42      0  52896 --:--:-- --:--:-- --:--:-- 52896
199   157  157   157    0    42   1685    450 --:--:-- --:--:-- --:--:--  1250
***INFO: ...polling every 30 seconds until HBase stop is completed.
***DEBUG: Ambari command_id=27
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2724  100  2724    0     0   124k      0 --:--:-- --:--:-- --:--:--  133k
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/27";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 6,
    "create_time" : 1441029791415,
    "end_time" : 1441029816228,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 27,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 100.0,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "COMPLETED",
    "resource_filters" : [ ],
    "start_time" : 1441029791442,
    "task_count" : 6,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/27/tasks/249";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 249,
        "request_id" : 27,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/27/tasks/250";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 250,
        "request_id" : 27,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/27/tasks/251";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 251,
        "request_id" : 27,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/27/tasks/252";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 252,
        "request_id" : 27,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/27/tasks/253";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 253,
        "request_id" : 27,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/27/tasks/254";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 254,
        "request_id" : 27,
        "stage_id" : 1
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/27/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 27,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/27/stages/1";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 27,
        "stage_id" : 1
      }
    }
  ]
}***INFO: ...polling every 30 seconds until HBase stop is completed.
***INFO: HBase stop completed
***INFO: Stopping Zookeeper...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0    42      0  57377 --:--:-- --:--:-- --:--:-- 57377
199   157  157   157    0    42   3104    830 --:--:-- --:--:-- --:--:--  2346
***INFO: ...polling every 30 seconds until Zookeeper stop is completed.
***DEBUG: Ambari command_id=28
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  1733  101  1733    0     0  76262      0 --:--:-- --:--:-- --:--:-- 82523
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/28";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 3,
    "create_time" : 1441029821540,
    "end_time" : 1441029827037,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 28,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 100.0,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "COMPLETED",
    "resource_filters" : [ ],
    "start_time" : 1441029821557,
    "task_count" : 3,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/28/tasks/255";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 255,
        "request_id" : 28,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/28/tasks/256";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 256,
        "request_id" : 28,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/28/tasks/257";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 257,
        "request_id" : 28,
        "stage_id" : 0
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/28/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 28,
        "stage_id" : 0
      }
    }
  ]
}***INFO: ...polling every 30 seconds until Zookeeper stop is completed.
***INFO: Restarting HDFS to pick up config changes for Trafodion
***INFO: Stopping HDFS...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0    42      0  51219 --:--:-- --:--:-- --:--:-- 51219
199   157  157   157    0    42   1738    465 --:--:-- --:--:-- --:--:--  1292
***INFO: ...polling every 30 seconds until HDFS stop is completed.
***DEBUG: Ambari command_id=29
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  2745  101  2745    0     0   126k      0 --:--:-- --:--:-- --:--:--  134k
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/29";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 7,
    "create_time" : 1441029851684,
    "end_time" : 1441029868904,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 29,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 100.0,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "COMPLETED",
    "resource_filters" : [ ],
    "start_time" : 1441029851709,
    "task_count" : 7,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/29/tasks/258";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 258,
        "request_id" : 29,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/29/tasks/259";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 259,
        "request_id" : 29,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/29/tasks/260";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 260,
        "request_id" : 29,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/29/tasks/261";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 261,
        "request_id" : 29,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/29/tasks/262";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 262,
        "request_id" : 29,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/29/tasks/263";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 263,
        "request_id" : 29,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/29/tasks/264";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 264,
        "request_id" : 29,
        "stage_id" : 0
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/29/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 29,
        "stage_id" : 0
      }
    }
  ]
}***INFO: ...polling every 30 seconds until HDFS stop is completed.
***INFO: Starting HDFS...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0    40      0  51020 --:--:-- --:--:-- --:--:-- 51020
197   157  157   157    0    40   1339    341 --:--:-- --:--:-- --:--:--  1008
***INFO: ...polling every 30 seconds until HDFS start is completed.
***DEBUG: Ambari command_id=30
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3959  101  3959    0     0   118k      0 --:--:-- --:--:-- --:--:--  124k
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 8,
    "create_time" : 1441029881847,
    "end_time" : -1,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 30,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 83.5,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "IN_PROGRESS",
    "resource_filters" : [ ],
    "start_time" : 1441029881887,
    "task_count" : 10,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/265";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 265,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/266";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 266,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/267";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 267,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/268";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 268,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/269";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 269,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/270";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 270,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/271";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 271,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/272";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 272,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/273";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 273,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/274";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 274,
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/1";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/2";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ]
}***INFO: ...polling every 30 seconds until HDFS start is completed.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3959  101  3959    0     0   167k      0 --:--:-- --:--:-- --:--:--  175k
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 8,
    "create_time" : 1441029881847,
    "end_time" : -1,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 30,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 83.5,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "IN_PROGRESS",
    "resource_filters" : [ ],
    "start_time" : 1441029881887,
    "task_count" : 10,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/265";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 265,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/266";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 266,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/267";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 267,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/268";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 268,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/269";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 269,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/270";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 270,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/271";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 271,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/272";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 272,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/273";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 273,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/274";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 274,
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/1";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/2";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ]
}***INFO: ...polling every 30 seconds until HDFS start is completed.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3959  101  3959    0     0   156k      0 --:--:-- --:--:-- --:--:--  168k
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 8,
    "create_time" : 1441029881847,
    "end_time" : -1,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 30,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 83.5,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "IN_PROGRESS",
    "resource_filters" : [ ],
    "start_time" : 1441029881887,
    "task_count" : 10,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/265";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 265,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/266";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 266,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/267";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 267,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/268";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 268,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/269";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 269,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/270";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 270,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/271";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 271,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/272";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 272,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/273";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 273,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/274";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 274,
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/1";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/2";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ]
}***INFO: ...polling every 30 seconds until HDFS start is completed.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3959  101  3959    0     0  89653      0 --:--:-- --:--:-- --:--:-- 92069
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 8,
    "create_time" : 1441029881847,
    "end_time" : -1,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 30,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 83.5,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "IN_PROGRESS",
    "resource_filters" : [ ],
    "start_time" : 1441029881887,
    "task_count" : 10,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/265";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 265,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/266";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 266,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/267";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 267,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/268";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 268,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/269";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 269,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/270";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 270,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/271";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 271,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/272";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 272,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/273";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 273,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/274";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 274,
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/1";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/2";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ]
}***INFO: ...polling every 30 seconds until HDFS start is completed.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3970  101  3970    0     0   171k      0 --:--:-- --:--:-- --:--:--  176k
101  3970  101  3970    0     0   163k      0 --:--:-- --:--:-- --:--:--  168k
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 10,
    "create_time" : 1441029881847,
    "end_time" : 1441030022554,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 30,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 100.0,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "COMPLETED",
    "resource_filters" : [ ],
    "start_time" : 1441029881887,
    "task_count" : 10,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/265";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 265,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/266";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 266,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/267";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 267,
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/268";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 268,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/269";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 269,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/270";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 270,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/271";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 271,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/272";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 272,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/273";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 273,
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/tasks/274";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 274,
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/1";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/30/stages/2";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 30,
        "stage_id" : 2
      }
    }
  ]
}***INFO: ...polling every 30 seconds until HDFS start is completed.
***INFO: HDFS restart completed
***INFO: waiting for HDFS to exit safemode
Safe mode is OFF
***INFO: Starting Zookeeper...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0    40      0  51150 --:--:-- --:--:-- --:--:-- 51150
197   157  157   157    0    40   2341    596 --:--:-- --:--:-- --:--:--  1772
***INFO: ...polling every 30 seconds until Zookeeper start is completed.
***DEBUG: Ambari command_id=31
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2724  100  2724    0     0   119k      0 --:--:-- --:--:-- --:--:--  126k
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/31";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 6,
    "create_time" : 1441030036718,
    "end_time" : 1441030056835,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 31,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 100.0,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "COMPLETED",
    "resource_filters" : [ ],
    "start_time" : 1441030036748,
    "task_count" : 6,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/31/tasks/275";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 275,
        "request_id" : 31,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/31/tasks/276";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 276,
        "request_id" : 31,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/31/tasks/277";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 277,
        "request_id" : 31,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/31/tasks/278";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 278,
        "request_id" : 31,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/31/tasks/279";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 279,
        "request_id" : 31,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/31/tasks/280";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 280,
        "request_id" : 31,
        "stage_id" : 1
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/31/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 31,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/31/stages/1";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 31,
        "stage_id" : 1
      }
    }
  ]
}***INFO: ...polling every 30 seconds until Zookeeper start is completed.
***INFO: Zookeeper start completed
***INFO: Restarting HBase to pick up config changes for Trafodion
***INFO: Starting HBase...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0    40      0  49504 --:--:-- --:--:-- --:--:-- 49504
197   157  157   157    0    40   1694    431 --:--:-- --:--:-- --:--:--  1285
***INFO: ...polling every 30 seconds until HBase start is completed.
***DEBUG: Ambari command_id=32
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3454  101  3454    0     0   139k      0 --:--:-- --:--:-- --:--:--  146k
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 5,
    "create_time" : 1441030066866,
    "end_time" : -1,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 32,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 65.875,
    "queued_task_count" : 3,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "IN_PROGRESS",
    "resource_filters" : [ ],
    "start_time" : 1441030066898,
    "task_count" : 8,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/281";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 281,
        "request_id" : 32,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/282";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 282,
        "request_id" : 32,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/283";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 283,
        "request_id" : 32,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/284";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 284,
        "request_id" : 32,
        "stage_id" : 2
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/285";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 285,
        "request_id" : 32,
        "stage_id" : 2
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/286";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 286,
        "request_id" : 32,
        "stage_id" : 2
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/287";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 287,
        "request_id" : 32,
        "stage_id" : 2
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/288";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 288,
        "request_id" : 32,
        "stage_id" : 2
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 32,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/stages/1";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 32,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/stages/2";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 32,
        "stage_id" : 2
      }
    }
  ]
}***INFO: ...polling every 30 seconds until HBase start is completed.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
101  3462  101  3462    0     0   148k      0 --:--:-- --:--:-- --:--:--  160k
{
  "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32";,
  "Requests" : {
    "aborted_task_count" : 0,
    "cluster_name" : "trafodion",
    "completed_task_count" : 8,
    "create_time" : 1441030066866,
    "end_time" : 1441030102871,
    "exclusive" : false,
    "failed_task_count" : 0,
    "id" : 32,
    "inputs" : null,
    "operation_level" : null,
    "progress_percent" : 100.0,
    "queued_task_count" : 0,
    "request_context" : "",
    "request_schedule" : null,
    "request_status" : "COMPLETED",
    "resource_filters" : [ ],
    "start_time" : 1441030066898,
    "task_count" : 8,
    "timed_out_task_count" : 0,
    "type" : "INTERNAL_REQUEST"
  },
  "tasks" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/281";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 281,
        "request_id" : 32,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/282";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 282,
        "request_id" : 32,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/283";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 283,
        "request_id" : 32,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/284";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 284,
        "request_id" : 32,
        "stage_id" : 2
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/285";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 285,
        "request_id" : 32,
        "stage_id" : 2
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/286";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 286,
        "request_id" : 32,
        "stage_id" : 2
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/287";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 287,
        "request_id" : 32,
        "stage_id" : 2
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/tasks/288";,
      "Tasks" : {
        "cluster_name" : "trafodion",
        "id" : 288,
        "request_id" : 32,
        "stage_id" : 2
      }
    }
  ],
  "stages" : [
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/stages/0";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 32,
        "stage_id" : 0
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/stages/1";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 32,
        "stage_id" : 1
      }
    },
    {
      "href" : "http://node1:8080/api/v1/clusters/trafodion/requests/32/stages/2";,
      "Stage" : {
        "cluster_name" : "trafodion",
        "request_id" : 32,
        "stage_id" : 2
      }
    }
  ]
}***INFO: ...polling every 30 seconds until HBase start is completed.
***INFO: HBase restart completed
***INFO: Setting HDFS ACLs for snapshot scan support
/usr/lib/trafodion/installer/..
***INFO: Log file location /var/log/trafodion/trafodion_install_2015-08-31-13-57-36.log
***INFO: ***Log File: traf_start script***

***INFO: Working directory: /usr/lib/trafodion
***INFO: Build: 
***INFO: Install Path: /home/trafodion/trafodion-20150828_0830
***INFO: DCS Build: /usr/lib/trafodion/trafodion-20150828_0830/dcs-1.2.0.tgz
***INFO: Path to SQCONFIG: 
***INFO: Number of DCS Servers: 2
***INFO: Run init_trafodion: N
***INFO: Start Trafodion: N
***INFO: User Id: 
***INFO: Hadoop UI URL: 

***INFO: traf_start
***INFO: traf_start
******************************************
******************************************
******************************************
******************************************
/home/trafodion/trafodion-20150828_0830
***INFO: untarring build file /usr/lib/trafodion/trafodion-20150828_0830/trafodion_server-1.2.0.tgz to /home/trafodion/trafodion-20150828_0830
***INFO: untarring build file /usr/lib/trafodion/trafodion-20150828_0830/trafodion_server-1.2.0.tgz to /home/trafodion/trafodion-20150828_0830
***INFO: modifying .bashrc to set Trafodion environment variables
***INFO: modifying .bashrc to set Trafodion environment variables
***INFO: copying .bashrc file to all nodes
***INFO: copying .bashrc file to all nodes
***INFO: copying sqconfig file (/home/trafodion/sqconfig) to /home/trafodion/trafodion-20150828_0830/sql/scripts/sqconfig
***INFO: copying sqconfig file (/home/trafodion/sqconfig) to /home/trafodion/trafodion-20150828_0830/sql/scripts/sqconfig
***INFO: Creating /home/trafodion/trafodion-20150828_0830 directory on all nodes
***INFO: Creating /home/trafodion/trafodion-20150828_0830 directory on all nodes
***INFO: starting sqgen
***INFO: starting sqgen
node1,node2,node3,node4,node5

Creating directories on cluster nodes
/usr/bin/pdsh -R exec -w node1,node2,node3,node4,node5 -x node1 ssh -q -n %h mkdir -p /home/trafodion/trafodion-20150828_0830/etc 
/usr/bin/pdsh -R exec -w node1,node2,node3,node4,node5 -x node1 ssh -q -n %h mkdir -p /home/trafodion/trafodion-20150828_0830/logs 
/usr/bin/pdsh -R exec -w node1,node2,node3,node4,node5 -x node1 ssh -q -n %h mkdir -p /home/trafodion/trafodion-20150828_0830/tmp 
/usr/bin/pdsh -R exec -w node1,node2,node3,node4,node5 -x node1 ssh -q -n %h mkdir -p /home/trafodion/trafodion-20150828_0830/sql/scripts 

Generating SQ environment variable file: /home/trafodion/trafodion-20150828_0830/etc/ms.env

Note: Using cluster.conf format type 2.

Generating SeaMonster environment variable file: /home/trafodion/trafodion-20150828_0830/etc/seamonster.env


Generated SQ startup script file: ./gomon.cold
Generated SQ startup script file: ./gomon.warm
Generated SQ cluster config file: /home/trafodion/trafodion-20150828_0830/tmp/cluster.conf
Generated SQ Shell          file: sqshell
Generated RMS Startup       file: rmsstart
Generated RMS Stop          file: rmsstop
Generated RMS Check         file: rmscheck.sql
Generated SSMP Startup      file: ssmpstart
Generated SSMP Stop         file: ssmpstop
Generated SSCP Startup      file: sscpstart
Generated SSCP Stop         file: sscpstop

Copying the generated files to all the nodes in the cluster

Copying /home/trafodion/trafodion-20150828_0830/tmp/cluster.conf to /home/trafodion/trafodion-20150828_0830/tmp of all the nodes
/usr/bin/pdcp -R ssh -w node1,node2,node3,node4,node5 -x node1 /home/trafodion/trafodion-20150828_0830/tmp/cluster.conf /home/trafodion/trafodion-20150828_0830/tmp

Copying /home/trafodion/trafodion-20150828_0830/etc/ms.env to /home/trafodion/trafodion-20150828_0830/etc of all the nodes
/usr/bin/pdcp -R ssh -w node1,node2,node3,node4,node5 -x node1 /home/trafodion/trafodion-20150828_0830/etc/ms.env   /home/trafodion/trafodion-20150828_0830/etc 

Copying /home/trafodion/trafodion-20150828_0830/etc/seamonster.env to /home/trafodion/trafodion-20150828_0830/etc of all the nodes
/usr/bin/pdcp -R ssh -w node1,node2,node3,node4,node5 -x node1 /home/trafodion/trafodion-20150828_0830/etc/seamonster.env   /home/trafodion/trafodion-20150828_0830/etc 

Copying rest of the generated files to /home/trafodion/trafodion-20150828_0830/sql/scripts
/usr/bin/pdcp -R ssh -w node1,node2,node3,node4,node5 -x node1 sqconfig sqshell gomon.cold gomon.warm shell.env mon.env /home/trafodion/trafodion-20150828_0830/sql/scripts 
pdcp@node1: can't stat shell.env
pdcp@node1: can't stat mon.env
/usr/bin/pdcp -R ssh -w node1,node2,node3,node4,node5 -x node1 sqconfig sqconfig.db /home/trafodion/trafodion-20150828_0830/sql/scripts 


******* Generate public/private certificates *******

Workstation Name : node1
Generating Self Signed Certificate....
***********************************************************
 Certificate file :server.crt
 Private key file :server.key
 Certificate/Private key created in directory :/home/trafodion/trafodion-20150828_0830/sqcert
***********************************************************

***********************************************************
 Updating Authentication Configuration
***********************************************************
Creating folders for storing certificates

***INFO: copying /home/trafodion/sqcert directory to all nodes
***INFO: copying /home/trafodion/sqcert directory to all nodes
pdcp@node1: can't stat /home/trafodion/sqcert
***INFO: Start of DCS install
***INFO: untarring build file /usr/lib/trafodion/trafodion-20150828_0830/dcs-1.2.0.tgz
***INFO: modifying /home/trafodion/trafodion-20150828_0830/dcs-1.2.0/conf/dcs-env.sh
***INFO: modifying /home/trafodion/trafodion-20150828_0830/dcs-1.2.0/conf/dcs-site.xml
sed: -e expression #1, char 86: unterminated `s' command
***INFO: creating /home/trafodion/trafodion-20150828_0830/dcs-1.2.0/conf/servers file
***INFO: End of DCS install.
***INFO: Start of REST Server install
***INFO: untarring build file /usr/lib/trafodion/trafodion-20150828_0830/rest-1.2.0.tgz
***INFO: modifying /home/trafodion/trafodion-20150828_0830/rest-1.2.0/conf/rest-site.xml
***INFO: End of REST Server install.
***INFO: copying install to all nodes
***INFO: copying install to all nodes
***INFO: Trafodion will not be started, skipping sqstart.
***INFO: Trafodion will not be started, skipping sqstart.
***INFO: Installation completed successfully.
***INFO: Installation completed successfully.
Processing cluster.conf on local host node1
[SHELL] Shell/shell Version 1.0.1 Release 1.2.0 (Build release [1.0.0_core-1126-gc5c516e_Bld188], date 20150828_083008)
^[[?1034h
[SHELL] %
! Start the monitor processes across the cluster
startup
[SHELL] %startup
[SHELL] Unable to communicate with monitor because monitor port file /home/trafodion/trafodion-20150828_0830/tmp/monitor.port.node1 is missing.
[SHELL] Failed to start environment!

[SHELL] %
exit
[SHELL] %exit
Trying to connect to the SQ monitor ..........
There seems to be a problem connecting to the SQ monitor.
Aborting startup.
/logs/sqcheckmon.log: No such file or directory
Error while executing the startup script!!!

Please check the SQ shell log file : /home/trafodion/trafodion-20150828_0830/logs/sqmon.log

SQ Startup (from /home/trafodion/trafodion-20150828_0830/sql/scripts) Failed

Checking if processes are up.
^MChecking attempt: 1; user specified max: 2. Execution time in seconds: 4.

The SQ environment is not up all, or partially up and not operational. Check the logs.

Process         Configured      Actual      Down
-------         ----------      ------      ----
DTM             5               0           \$TM0 \$TM1 \$TM2 \$TM3 \$TM4
RMS             10              0           \$ZSC000 \$ZSC001 \$ZSC002 \$ZSC003 \$ZSC004 \$ZSM000 \$ZSM001 \$ZSM002 \$ZSM003 \$ZSM004
MXOSRVR         2               0           2


The SQ environment is down.]
Zookeeper is listening on port 2181
Dcs Master is not started ...
Processing cluster.conf on local host node1
[SHELL] Can't attach to monitor, aborting
2015-08-31 14:14:32,230, INFO, MON, Node Number: 0,, PIN: 26351 , Process Name: $MONITOR,,, TID: 26351, Message ID: 101020103, [CMonitor::main], monitor Version 1.0.1 Release 1.2.0 (Build release [1.0.0_core-1126-gc5c516e_Bld188], branch c5c516e-no_branch, date 20150828_083008), Started! CommType: Sockets
2015-08-31 14:14:32,231, INFO, MON, Node Number: 0,, PIN: 26351 , Process Name: $MONITOR,,, TID: 26351, Message ID: 101010401, [CCluster::CCluster] Validation of node down is enabled

Reply via email to