You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vg...@apache.org on 2016/07/02 01:48:33 UTC

hive git commit: HIVE-14153: Beeline: beeline history doesn't work on Hive2 (Vaibhav Gumashta reveiwed by Thejas Nair)

Repository: hive
Updated Branches:
  refs/heads/master 5919e9026 -> 89e1b8d61


HIVE-14153: Beeline: beeline history doesn't work on Hive2 (Vaibhav Gumashta reveiwed by Thejas Nair)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/89e1b8d6
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/89e1b8d6
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/89e1b8d6

Branch: refs/heads/master
Commit: 89e1b8d61567522b336e76d3161a5292588031b1
Parents: 5919e90
Author: Vaibhav Gumashta <vg...@hortonworks.com>
Authored: Fri Jul 1 18:48:06 2016 -0700
Committer: Vaibhav Gumashta <vg...@hortonworks.com>
Committed: Fri Jul 1 18:48:06 2016 -0700

----------------------------------------------------------------------
 bin/beeline | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/89e1b8d6/bin/beeline
----------------------------------------------------------------------
diff --git a/bin/beeline b/bin/beeline
index 4360ae0..c23ab22 100644
--- a/bin/beeline
+++ b/bin/beeline
@@ -18,11 +18,6 @@
 bin=`dirname "$0"`
 bin=`cd "$bin"; pwd`
 
-# If process is backgrounded, don't change terminal settings
-if [[ ! $(ps -o stat= -p $$) == *+ ]]; then
-  export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS -Djline.terminal=jline.UnsupportedTerminal"
-fi
-
 # Set Hadoop User classpath to true so that httpclient jars are taken from
 # hive lib instead of hadoop lib.
 export HADOOP_USER_CLASSPATH_FIRST=true