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

2016-07-01 Thread vgumashta
Repository: hive
Updated Branches:
  refs/heads/branch-2.1 c2e9c59b4 -> 7fbb722f5


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/7fbb722f
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/7fbb722f
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/7fbb722f

Branch: refs/heads/branch-2.1
Commit: 7fbb722f559f4ada49d13d1827abc3134def8bc9
Parents: c2e9c59
Author: Vaibhav Gumashta 
Authored: Fri Jul 1 18:48:06 2016 -0700
Committer: Vaibhav Gumashta 
Committed: Fri Jul 1 18:49:14 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/7fbb722f/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



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

2016-07-01 Thread vgumashta
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 
Authored: Fri Jul 1 18:48:06 2016 -0700
Committer: Vaibhav Gumashta 
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