[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-11 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=482360&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-482360
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 11/Sep/20 22:51
Start Date: 11/Sep/20 22:51
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao opened a new pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301


   …fail to load from classpath.
   
   **Issue Link**
   https://issues.apache.org/jira/browse/HADOOP-17259
   
   ** Description **
   Some applications like Tez does not have ssl-client.xml and ssl-server.xml 
in classpath. Instead, it directly pass the parsed SSL configuration as the 
input configuration object. This ticket is opened to allow this case. TEZ-4096 
attempts to solve this issue but but take a different approach which may not 
work in existing Hadoop clients that use SSLFactory from hadoop-common.
   
   This ticket is opened to allow SSLFactory to accept SSL config from input if 
SSL config can't be loaded from classpath. 
   
   **How is the patch tested:**
   Added UT. 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 482360)
Remaining Estimate: 0h
Time Spent: 10m

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-11 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=482412&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-482412
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 12/Sep/20 03:56
Start Date: 12/Sep/20 03:56
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301#issuecomment-691400252


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |  47m 35s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  The patch appears to include 
1 new or modified test files.  |
   ||| _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  40m 18s |  trunk passed  |
   | +1 :green_heart: |  compile  |  36m  8s |  trunk passed with JDK 
Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  compile  |  31m  4s |  trunk passed with JDK Private 
Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01  |
   | +1 :green_heart: |  checkstyle  |   1m 15s |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   2m  9s |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  21m 59s |  branch has no errors when 
building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 37s |  trunk passed with JDK 
Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  javadoc  |   1m 51s |  trunk passed with JDK Private 
Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01  |
   | +0 :ok: |  spotbugs  |   4m  3s |  Used deprecated FindBugs config; 
considering switching to SpotBugs.  |
   | +1 :green_heart: |  findbugs  |   3m 55s |  trunk passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   1m 41s |  the patch passed  |
   | +1 :green_heart: |  compile  |  36m 46s |  the patch passed with JDK 
Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  javac  |  36m 46s |  the patch passed  |
   | +1 :green_heart: |  compile  |  30m 57s |  the patch passed with JDK 
Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01  |
   | +1 :green_heart: |  javac  |  30m 57s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   1m  8s |  
hadoop-common-project/hadoop-common: The patch generated 0 new + 25 unchanged - 
1 fixed = 25 total (was 26)  |
   | +1 :green_heart: |  mvnsite  |   2m  3s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  shadedclient  |  18m 15s |  patch has no errors when 
building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 39s |  the patch passed with JDK 
Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  javadoc  |   1m 57s |  the patch passed with JDK 
Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01  |
   | +1 :green_heart: |  findbugs  |   3m 49s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |  14m 28s |  hadoop-common in the patch passed. 
 |
   | +1 :green_heart: |  asflicense  |   1m  7s |  The patch does not generate 
ASF License warnings.  |
   |  |   | 302m  1s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.40 ServerAPI=1.40 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2301/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2301 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient findbugs checkstyle |
   | uname | Linux 0f2cab5d2439 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / 958cab804ef |
   | Default Java | Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 |
   | Multi-JDK versions | 
/usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 
/usr/lib/jvm/java-8-openjdk-amd64:Private 
Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2301/1/testReport/ |
   | Max. process+thread count | 3260 (vs. ulimit of 5500) |
   | modules | C: hadoop-common-project/hadoop-common U: 
hadoop-common-project/hadoop-common |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2301/1/console |
   | versions | git=2.17.1 maven=3.6.0 findbugs=4.0.6 |
   | Powered by | Apache Yetus 0.13.0-SNAPSHOT https://y

[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-11 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=482413&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-482413
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 12/Sep/20 03:57
Start Date: 12/Sep/20 03:57
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301#issuecomment-691400438


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |  45m 25s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  The patch appears to include 
1 new or modified test files.  |
   ||| _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  43m  1s |  trunk passed  |
   | +1 :green_heart: |  compile  |  36m 43s |  trunk passed with JDK 
Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  compile  |  30m 13s |  trunk passed with JDK Private 
Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01  |
   | +1 :green_heart: |  checkstyle  |   1m 12s |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   2m 23s |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  21m 50s |  branch has no errors when 
building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 42s |  trunk passed with JDK 
Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  javadoc  |   2m 17s |  trunk passed with JDK Private 
Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01  |
   | +0 :ok: |  spotbugs  |   3m 42s |  Used deprecated FindBugs config; 
considering switching to SpotBugs.  |
   | +1 :green_heart: |  findbugs  |   3m 38s |  trunk passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   1m 39s |  the patch passed  |
   | +1 :green_heart: |  compile  |  35m 54s |  the patch passed with JDK 
Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  javac  |  35m 54s |  the patch passed  |
   | +1 :green_heart: |  compile  |  30m 48s |  the patch passed with JDK 
Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01  |
   | +1 :green_heart: |  javac  |  30m 48s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   1m 14s |  
hadoop-common-project/hadoop-common: The patch generated 0 new + 25 unchanged - 
1 fixed = 25 total (was 26)  |
   | +1 :green_heart: |  mvnsite  |   2m  1s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  shadedclient  |  17m 33s |  patch has no errors when 
building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 38s |  the patch passed with JDK 
Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  javadoc  |   1m 56s |  the patch passed with JDK 
Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01  |
   | +1 :green_heart: |  findbugs  |   4m 11s |  the patch passed  |
   ||| _ Other Tests _ |
   | -1 :x: |  unit  |  14m 25s |  hadoop-common in the patch passed.  |
   | +1 :green_heart: |  asflicense  |   0m 57s |  The patch does not generate 
ASF License warnings.  |
   |  |   | 300m 48s |   |
   
   
   | Reason | Tests |
   |---:|:--|
   | Failed junit tests | hadoop.ipc.TestIPC |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.40 ServerAPI=1.40 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2301/2/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2301 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient findbugs checkstyle |
   | uname | Linux d5e99a2866d3 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / 958cab804ef |
   | Default Java | Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 |
   | Multi-JDK versions | 
/usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 
/usr/lib/jvm/java-8-openjdk-amd64:Private 
Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01 |
   | unit | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2301/2/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2301/2/testReport/ |
   | Max. process+thread count | 2921 (vs. ulimit of 5500) |
   | modules | C: hadoop-common-project/hadoop-common U: 
hadoop-common-pr

[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-12 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=482785&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-482785
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 12/Sep/20 20:21
Start Date: 12/Sep/20 20:21
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301#issuecomment-691400252







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 482785)
Time Spent: 40m  (was: 0.5h)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-12 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=482888&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-482888
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 12/Sep/20 20:29
Start Date: 12/Sep/20 20:29
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao opened a new pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 482888)
Time Spent: 50m  (was: 40m)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-12 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=483193&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-483193
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 12/Sep/20 21:31
Start Date: 12/Sep/20 21:31
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301#issuecomment-691400252







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 483193)
Time Spent: 1h  (was: 50m)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-12 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=483289&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-483289
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 12/Sep/20 21:44
Start Date: 12/Sep/20 21:44
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao opened a new pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 483289)
Time Spent: 1h 10m  (was: 1h)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=487202&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487202
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 21/Sep/20 18:53
Start Date: 21/Sep/20 18:53
Worklog Time Spent: 10m 
  Work Description: steveloughran commented on pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301#issuecomment-696304504


   LGTM: +1 .. commit at your leisure
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 487202)
Time Spent: 1h 20m  (was: 1h 10m)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=487231&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487231
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 21/Sep/20 19:41
Start Date: 21/Sep/20 19:41
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao merged pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 487231)
Time Spent: 1h 40m  (was: 1.5h)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=487230&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487230
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 21/Sep/20 19:41
Start Date: 21/Sep/20 19:41
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao commented on pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301#issuecomment-696330056


   Thanks @steveloughran for the review. I'll merge it shortly.  



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 487230)
Time Spent: 1.5h  (was: 1h 20m)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=487425&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487425
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 22/Sep/20 03:00
Start Date: 22/Sep/20 03:00
Worklog Time Spent: 10m 
  Work Description: steveloughran commented on pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301#issuecomment-696304504


   LGTM: +1 .. commit at your leisure
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 487425)
Time Spent: 1h 50m  (was: 1h 40m)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=487837&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487837
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 22/Sep/20 03:39
Start Date: 22/Sep/20 03:39
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao commented on pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301#issuecomment-696330056


   Thanks @steveloughran for the review. I'll merge it shortly.  



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 487837)
Time Spent: 2h 10m  (was: 2h)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Work logged] (HADOOP-17259) Allow SSLFactory fallback to input config if ssl-*.xml fail to load from classpath

2020-09-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=487699&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487699
 ]

ASF GitHub Bot logged work on HADOOP-17259:
---

Author: ASF GitHub Bot
Created on: 22/Sep/20 03:28
Start Date: 22/Sep/20 03:28
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao merged pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 487699)
Time Spent: 2h  (was: 1h 50m)

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> --
>
> Key: HADOOP-17259
> URL: https://issues.apache.org/jira/browse/HADOOP-17259
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.8.5
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org