You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2018/02/03 03:23:23 UTC

[1/2] trafodion git commit: pyinstaller fix - kerberos related issues while executing hdfs commands

Repository: trafodion
Updated Branches:
  refs/heads/release2.2 0d68dfe4e -> 875cb1700


pyinstaller fix - kerberos related issues while executing hdfs commands


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

Branch: refs/heads/release2.2
Commit: 2a6282c16989ab5cb6d2806b568989e3f567398c
Parents: 5be0d2e
Author: Eason <hf...@gmail.com>
Authored: Tue Jan 30 16:00:29 2018 +0800
Committer: Eason <hf...@gmail.com>
Committed: Tue Jan 30 16:00:29 2018 +0800

----------------------------------------------------------------------
 install/python-installer/scripts/hdfs_cmds.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/2a6282c1/install/python-installer/scripts/hdfs_cmds.py
----------------------------------------------------------------------
diff --git a/install/python-installer/scripts/hdfs_cmds.py b/install/python-installer/scripts/hdfs_cmds.py
index 12d342c..df39d94 100755
--- a/install/python-installer/scripts/hdfs_cmds.py
+++ b/install/python-installer/scripts/hdfs_cmds.py
@@ -45,7 +45,7 @@ def run():
     traf_user = dbcfgs['traf_user']
     hdfs_user = dbcfgs['hdfs_user']
     hbase_user = dbcfgs['hbase_user']
-    hbase_group = cmd_output('%s groups %s | cut -d" " -f3' % (hdfs_bin, hbase_user))
+    hbase_group = run_cmd_as_user(hdfs_user, '%s groups %s | cut -d" " -f3' % (hdfs_bin, hbase_user))
 
     run_cmd_as_user(hdfs_user, '%s dfsadmin -safemode wait' % hdfs_bin)
     run_cmd_as_user(hdfs_user, '%s dfs -mkdir -p %s/{trafodion_backups,bulkload,lobs} /hbase/archive' % (hdfs_bin, traf_loc))


[2/2] trafodion git commit: Merge remote branch 'origin/pr/1422/head' into merge_1422

Posted by sa...@apache.org.
Merge remote branch 'origin/pr/1422/head' into merge_1422


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

Branch: refs/heads/release2.2
Commit: 875cb17004fd29ad5534fc50925f1c40e666a31d
Parents: 0d68dfe 2a6282c
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Sat Feb 3 03:22:58 2018 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Sat Feb 3 03:22:58 2018 +0000

----------------------------------------------------------------------
 install/python-installer/scripts/hdfs_cmds.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------