You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2015/11/06 00:04:01 UTC

[3/4] incubator-trafodion git commit: [[TRAFODION 1592]] Parcels will not install

[[TRAFODION 1592]]  Parcels will not install


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/6bc6aa78
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/6bc6aa78
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/6bc6aa78

Branch: refs/heads/master
Commit: 6bc6aa78519952a11c6e97ccad9d863dc336c54b
Parents: abd554e
Author: Amanda Moran <am...@apache.com>
Authored: Thu Nov 5 20:24:44 2015 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Thu Nov 5 20:24:44 2015 +0000

----------------------------------------------------------------------
 install/installer/traf_getHadoopNodes | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6bc6aa78/install/installer/traf_getHadoopNodes
----------------------------------------------------------------------
diff --git a/install/installer/traf_getHadoopNodes b/install/installer/traf_getHadoopNodes
index 9aa8da1..788276d 100755
--- a/install/installer/traf_getHadoopNodes
+++ b/install/installer/traf_getHadoopNodes
@@ -1,26 +1,3 @@
-#
-# @@@ START COPYRIGHT @@@
-#
-# 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.
-#
-# @@@ END COPYRIGHT @@@
-#
-
 #!/bin/bash
 # @@@ START COPYRIGHT @@@
 #
@@ -58,7 +35,7 @@ if [[ $HADOOP_TYPE == "cloudera" ]]; then
    grep -r "hostname" tempFile > tempFile2
 
    if [[ -d /opt/cloudera/parcels/CDH ]]; then
-      HADOOP_PATH="/opt/cloudera/parcles/CDH/lib/hbase/lib"
+      HADOOP_PATH="/opt/cloudera/parcels/CDH/lib/hbase/lib"
    else
       HADOOP_PATH="/usr/lib/hbase/lib"
    fi