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 2016/05/25 20:34:57 UTC

[35/39] incubator-trafodion git commit: Making check more clear

Making check more clear


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

Branch: refs/heads/master
Commit: 48c419a112258bb1ca5d16f781f66d0b17657e22
Parents: 8951412
Author: Amanda Moran <am...@apache.com>
Authored: Tue May 17 16:55:00 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Tue May 17 16:55:00 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_config_check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/48c419a1/install/installer/traf_config_check
----------------------------------------------------------------------
diff --git a/install/installer/traf_config_check b/install/installer/traf_config_check
index 0f0d346..14d5511 100755
--- a/install/installer/traf_config_check
+++ b/install/installer/traf_config_check
@@ -701,7 +701,7 @@ function checkClouderaVersion {
 
 if [[ $CDH_5_3_HDP_2_2_SUPPORT == "N" ]]; then
    #Check that Cloudera 5.2 or 5.3 are not installed.
-   if [[ "$CDH_5_4_SUPPORT" == "Y" ]] || [[ "$CDH_5_5_SUPPORT" == "Y" ]]; then
+   if [[ "$CDH_5_4_SUPPORT" == "Y" ]]; then
       nameOfVersion=$(ssh -q -n $node grep "Version" $HOME/hbaseVersion.txt | sed 's/,.*//' | sed 's/.*\-//' | grep cdh5.4.*)
       #Check that Cloudera 5.[n>4].* is not installed.
       if [[ -z $nameOfVersion ]]; then