Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hadoop 16438 #1290

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from
Open

Hadoop 16438 #1290

wants to merge 3 commits into from

Conversation

snvijaya
Copy link
Contributor

Enabling config option to control the SSL channel mode. Possible channel modes being -
(a) OpenSSL
(b) Default_JSSE
(c) Default - This is the default choice if the config is not present or is invalid. When set to this, connection creation is attempted in OpenSSL mode and will fallback to Default_JSSE mode on any failure.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 114 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 72 Maven dependency ordering for branch
+1 mvninstall 1251 trunk passed
+1 compile 1175 trunk passed
+1 checkstyle 168 trunk passed
+1 mvnsite 115 trunk passed
+1 shadedclient 1093 branch has no errors when building and testing our client artifacts.
+1 javadoc 94 trunk passed
0 spotbugs 40 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 164 trunk passed
_ Patch Compile Tests _
0 mvndep 26 Maven dependency ordering for patch
+1 mvninstall 69 the patch passed
+1 compile 1101 the patch passed
+1 javac 1101 the patch passed
+1 checkstyle 151 the patch passed
+1 mvnsite 120 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedclient 814 patch has no errors when building and testing our client artifacts.
+1 javadoc 111 the patch passed
+1 findbugs 209 the patch passed
_ Other Tests _
+1 unit 624 hadoop-common in the patch passed.
-1 unit 72 hadoop-azure-datalake in the patch failed.
+1 asflicense 58 The patch does not generate ASF License warnings.
7609
Reason Tests
Failed junit tests hadoop.fs.adl.live.TestAdlSdkConfiguration
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/1/artifact/out/Dockerfile
GITHUB PR #1290
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient xml findbugs checkstyle
uname Linux e7fd08c64389 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 9b8359b
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/1/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/1/testReport/
Max. process+thread count 1375 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-azure-datalake U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/1/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 41 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 23 Maven dependency ordering for branch
+1 mvninstall 1201 trunk passed
+1 compile 1172 trunk passed
+1 checkstyle 142 trunk passed
+1 mvnsite 106 trunk passed
-1 shadedclient 481 branch has errors when building and testing our client artifacts.
-1 javadoc 20 hadoop-azure-datalake in trunk failed.
0 spotbugs 40 Used deprecated FindBugs config; considering switching to SpotBugs.
-1 findbugs 32 hadoop-common in trunk failed.
_ Patch Compile Tests _
0 mvndep 24 Maven dependency ordering for patch
+1 mvninstall 65 the patch passed
+1 compile 1039 the patch passed
+1 javac 1039 the patch passed
+1 checkstyle 135 the patch passed
+1 mvnsite 99 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedclient 655 patch has no errors when building and testing our client artifacts.
+1 javadoc 82 the patch passed
+1 findbugs 159 the patch passed
_ Other Tests _
-1 unit 503 hadoop-common in the patch failed.
-1 unit 52 hadoop-azure-datalake in the patch failed.
+1 asflicense 38 The patch does not generate ASF License warnings.
6188
Reason Tests
Failed junit tests hadoop.util.TestDiskCheckerWithDiskIo
hadoop.util.TestReadWriteDiskValidator
hadoop.fs.adl.live.TestAdlSdkConfiguration
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/2/artifact/out/Dockerfile
GITHUB PR #1290
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient xml findbugs checkstyle
uname Linux f6354329b2cb 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 6244502
Default Java 1.8.0_222
javadoc https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/2/artifact/out/branch-javadoc-hadoop-tools_hadoop-azure-datalake.txt
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/2/artifact/out/branch-findbugs-hadoop-common-project_hadoop-common.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/2/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/2/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/2/testReport/
Max. process+thread count 1597 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-azure-datalake U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/2/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 67 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 20 Maven dependency ordering for branch
+1 mvninstall 1068 trunk passed
+1 compile 1117 trunk passed
+1 checkstyle 133 trunk passed
+1 mvnsite 97 trunk passed
+1 shadedclient 912 branch has no errors when building and testing our client artifacts.
+1 javadoc 82 trunk passed
0 spotbugs 37 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 154 trunk passed
_ Patch Compile Tests _
0 mvndep 23 Maven dependency ordering for patch
+1 mvninstall 60 the patch passed
+1 compile 1073 the patch passed
+1 javac 1073 the patch passed
+1 checkstyle 142 the patch passed
+1 mvnsite 104 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedclient 671 patch has no errors when building and testing our client artifacts.
+1 javadoc 88 the patch passed
+1 findbugs 173 the patch passed
_ Other Tests _
+1 unit 526 hadoop-common in the patch passed.
-1 unit 58 hadoop-azure-datalake in the patch failed.
+1 asflicense 48 The patch does not generate ASF License warnings.
6648
Reason Tests
Failed junit tests hadoop.fs.adl.live.TestAdlSdkConfiguration
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/3/artifact/out/Dockerfile
GITHUB PR #1290
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient xml findbugs checkstyle
uname Linux 9991c517afaa 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / ee7c261
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/3/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/3/testReport/
Max. process+thread count 1391 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-azure-datalake U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/3/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 41 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 1576 Maven dependency ordering for branch
+1 mvninstall 1069 trunk passed
+1 compile 985 trunk passed
+1 checkstyle 143 trunk passed
+1 mvnsite 125 trunk passed
+1 shadedclient 1011 branch has no errors when building and testing our client artifacts.
+1 javadoc 109 trunk passed
0 spotbugs 49 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 169 trunk passed
_ Patch Compile Tests _
0 mvndep 27 Maven dependency ordering for patch
+1 mvninstall 69 the patch passed
+1 compile 923 the patch passed
+1 javac 923 the patch passed
+1 checkstyle 138 the patch passed
+1 mvnsite 120 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedclient 683 patch has no errors when building and testing our client artifacts.
+1 javadoc 109 the patch passed
+1 findbugs 184 the patch passed
_ Other Tests _
+1 unit 537 hadoop-common in the patch passed.
-1 unit 69 hadoop-azure-datalake in the patch failed.
+1 asflicense 53 The patch does not generate ASF License warnings.
8174
Reason Tests
Failed junit tests hadoop.fs.adl.live.TestAdlSdkConfiguration
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/4/artifact/out/Dockerfile
GITHUB PR #1290
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient xml findbugs checkstyle
uname Linux 185e1171e1ba 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 3329257
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/4/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/4/testReport/
Max. process+thread count 1370 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-azure-datalake U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/4/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 43 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 26 Maven dependency ordering for branch
+1 mvninstall 1096 trunk passed
+1 compile 1069 trunk passed
+1 checkstyle 202 trunk passed
+1 mvnsite 127 trunk passed
+1 shadedclient 1147 branch has no errors when building and testing our client artifacts.
+1 javadoc 109 trunk passed
0 spotbugs 51 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 169 trunk passed
_ Patch Compile Tests _
0 mvndep 29 Maven dependency ordering for patch
+1 mvninstall 76 the patch passed
+1 compile 1000 the patch passed
+1 javac 1000 the patch passed
+1 checkstyle 139 the patch passed
+1 mvnsite 117 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 3 The patch has no ill-formed XML file.
+1 shadedclient 675 patch has no errors when building and testing our client artifacts.
+1 javadoc 115 the patch passed
+1 findbugs 185 the patch passed
_ Other Tests _
+1 unit 548 hadoop-common in the patch passed.
-1 unit 66 hadoop-azure-datalake in the patch failed.
+1 asflicense 56 The patch does not generate ASF License warnings.
6965
Reason Tests
Failed junit tests hadoop.fs.adl.live.TestAdlSdkConfiguration
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/5/artifact/out/Dockerfile
GITHUB PR #1290
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient xml findbugs checkstyle
uname Linux b73f5649ff0a 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 915cbc9
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/5/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/5/testReport/
Max. process+thread count 1533 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-azure-datalake U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1290/5/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants