You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2018/06/27 02:05:41 UTC

[08/13] hive git commit: HIVE-19999 : Move precommit jobs to jdk 8 (Vihang Karajgaonkar)

HIVE-19999 : Move precommit jobs to jdk 8 (Vihang Karajgaonkar)


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

Branch: refs/heads/master-txnstats
Commit: 966b83e3b9123bb455572d47878601d60b86999e
Parents: 1154d08
Author: Vihang Karajgaonkar <vi...@cloudera.com>
Authored: Tue Jun 26 12:14:19 2018 -0700
Committer: Vihang Karajgaonkar <vi...@cloudera.com>
Committed: Tue Jun 26 12:15:28 2018 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/hive/ptest/api/client/PTestClient.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/966b83e3/testutils/ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java
----------------------------------------------------------------------
diff --git a/testutils/ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java b/testutils/ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java
index e878e18..fd84169 100644
--- a/testutils/ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java
+++ b/testutils/ptest2/src/main/java/org/apache/hive/ptest/api/client/PTestClient.java
@@ -283,8 +283,6 @@ public class PTestClient {
     }
   }
   public static void main(String[] args) throws Exception {
-    //TODO This line can be removed once precommit jenkins jobs move to Java 8
-    System.setProperty("https.protocols", "TLSv1,TLSv1.1,TLSv1.2");
     CommandLineParser parser = new GnuParser();
     Options options = new Options();
     options.addOption(HELP_SHORT, HELP_LONG, false, "Display help text and exit");