hive git commit: HIVE-19421: Upgrade version of Jetty to 9.3.20.v20170531 (Janaki Lahorani, reviewed by Sahil Takiar)

2018-06-05 Thread prasanthj
Repository: hive
Updated Branches:
  refs/heads/branch-3 57a177be1 -> d9744b549


HIVE-19421: Upgrade version of Jetty to 9.3.20.v20170531 (Janaki Lahorani, 
reviewed by Sahil Takiar)


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

Branch: refs/heads/branch-3
Commit: d9744b549faa80016a5e36ac52db2dde3e356ff7
Parents: 57a177b
Author: Janaki Lahorani 
Authored: Mon May 21 15:29:45 2018 -0500
Committer: Prasanth Jayachandran 
Committed: Tue Jun 5 09:37:44 2018 -0700

--
 .../src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java  | 4 ++--
 pom.xml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hive/blob/d9744b54/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java
--
diff --git 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java
index 1795f15..d7d7097 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java
@@ -979,7 +979,7 @@ public class TestJdbcWithMiniHS2 {
   }
 }
 
-// This should fail with given HTTP response code 413 in error message, 
since header is more
+// This should fail with given HTTP response code 431 in error message, 
since header is more
 // than the configured the header size
 password = StringUtils.leftPad("*", 2000);
 Exception headerException = null;
@@ -995,7 +995,7 @@ public class TestJdbcWithMiniHS2 {
 
   assertTrue("Header exception should be thrown", headerException != null);
   assertTrue("Incorrect HTTP Response:" + headerException.getMessage(),
-  headerException.getMessage().contains("HTTP Response code: 413"));
+  headerException.getMessage().contains("HTTP Response code: 431"));
 }
 
 // Stop HiveServer2 to increase header size

http://git-wip-us.apache.org/repos/asf/hive/blob/d9744b54/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5b584d7..d6f1e9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@
 5.5.1
 3.0.1
 1.1
-9.3.8.v20160314
+9.3.20.v20170531
 1.19
 
 2.22.2



hive git commit: HIVE-19421: Upgrade version of Jetty to 9.3.20.v20170531 (Janaki Lahorani, reviewed by Sahil Takiar)

2018-05-21 Thread stakiar
Repository: hive
Updated Branches:
  refs/heads/master 38f7a7f38 -> 610748287


HIVE-19421: Upgrade version of Jetty to 9.3.20.v20170531 (Janaki Lahorani, 
reviewed by Sahil Takiar)


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

Branch: refs/heads/master
Commit: 610748287846cbd26d0b7c8ccc414f8636fb6ba1
Parents: 38f7a7f
Author: Janaki Lahorani 
Authored: Mon May 21 15:29:45 2018 -0500
Committer: Sahil Takiar 
Committed: Mon May 21 15:30:11 2018 -0500

--
 .../src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java  | 4 ++--
 pom.xml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hive/blob/61074828/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java
--
diff --git 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java
index f45fb50..f52338a 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java
@@ -976,7 +976,7 @@ public class TestJdbcWithMiniHS2 {
   }
 }
 
-// This should fail with given HTTP response code 413 in error message, 
since header is more
+// This should fail with given HTTP response code 431 in error message, 
since header is more
 // than the configured the header size
 password = StringUtils.leftPad("*", 2000);
 Exception headerException = null;
@@ -992,7 +992,7 @@ public class TestJdbcWithMiniHS2 {
 
   assertTrue("Header exception should be thrown", headerException != null);
   assertTrue("Incorrect HTTP Response:" + headerException.getMessage(),
-  headerException.getMessage().contains("HTTP Response code: 413"));
+  headerException.getMessage().contains("HTTP Response code: 431"));
 }
 
 // Stop HiveServer2 to increase header size

http://git-wip-us.apache.org/repos/asf/hive/blob/61074828/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ce3da37..df10c74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
 5.5.1
 3.0.1
 1.1
-9.3.8.v20160314
+9.3.20.v20170531
 1.19
 
 2.22.2