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 2017/05/11 21:06:01 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2607] pyinstaller - donnot convert hostname to short name

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 279ab343e -> ea31105e2


[TRAFODION-2607] pyinstaller - donnot convert hostname to short name


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

Branch: refs/heads/master
Commit: b49f15919735a63b2df138ed545b8daa534ab00d
Parents: f60c1b0
Author: Eason <hf...@gmail.com>
Authored: Mon May 8 22:36:21 2017 +0800
Committer: Eason <hf...@gmail.com>
Committed: Mon May 8 22:36:21 2017 +0800

----------------------------------------------------------------------
 install/python-installer/db_install.py | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b49f1591/install/python-installer/db_install.py
----------------------------------------------------------------------
diff --git a/install/python-installer/db_install.py b/install/python-installer/db_install.py
index 6b831ac..cbf98c3 100755
--- a/install/python-installer/db_install.py
+++ b/install/python-installer/db_install.py
@@ -152,12 +152,11 @@ class HadoopDiscover(object):
             self._get_rsnodes_hdp()
 
         self.rsnodes.sort()
-        # use short hostname
-        try:
-            self.rsnodes = [re.match(r'([\w\-]+).*', node).group(1) for node in self.rsnodes]
-
-        except AttributeError:
-            pass
+        ## use short hostname
+        #try:
+        #    self.rsnodes = [re.match(r'([\w\-]+).*', node).group(1) for node in self.rsnodes]
+        #except AttributeError:
+        #    pass
         return self.rsnodes
 
     def _get_rsnodes_cdh(self):


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2607] PR 1084 Install: Don't convert hostname to short form

Posted by db...@apache.org.
Merge [TRAFODION-2607] PR 1084 Install: Don't convert hostname to short form


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

Branch: refs/heads/master
Commit: ea31105e2a9cffb71a6bc15a028ba30dd51dc243
Parents: 279ab34 b49f159
Author: Dave Birdsall <db...@apache.org>
Authored: Thu May 11 21:05:14 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu May 11 21:05:14 2017 +0000

----------------------------------------------------------------------
 install/python-installer/db_install.py | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------