[jira] [Commented] (HADOOP-18851) AbstractDelegationTokenSecretManager- Performance improvement by optimising the synchronization context

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764513#comment-17764513 ] ASF GitHub Bot commented on HADOOP-18851: - vikaskr22 commented on PR #6001: URL

[GitHub] [hadoop] vikaskr22 commented on pull request #6001: HADOOP-18851: Performance improvement for DelegationTokenSecretManager.

2023-09-12 Thread via GitHub
vikaskr22 commented on PR #6001: URL: https://github.com/apache/hadoop/pull/6001#issuecomment-1717048265 Hi @Hexiaoqiao , @jojochuang , I have incorporated all the review comments. Now CI pipeline is failing due to lack of test cases. As this changes are logical and not changing any fu

[GitHub] [hadoop] zhengchenyu commented on pull request #6042: MAPREDUCE-7453. Container logs are missing when yarn.app.container.lo…

2023-09-12 Thread via GitHub
zhengchenyu commented on PR #6042: URL: https://github.com/apache/hadoop/pull/6042#issuecomment-1717039618 @virajjasani Can you please review this PR? I think this PR should be merged into next release. In default, for trunk, only show the latest line log. It will confuses the user.

[jira] [Commented] (HADOOP-18891) hadoop distcp needs support to filter by file/directory attribute

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764506#comment-17764506 ] ASF GitHub Bot commented on HADOOP-18891: - AuthurWang2009 opened a new pull req

[jira] [Updated] (HADOOP-18891) hadoop distcp needs support to filter by file/directory attribute

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-18891: Labels: pull-request-available (was: ) > hadoop distcp needs support to filter by file/d

[GitHub] [hadoop] AuthurWang2009 opened a new pull request, #6058: HADOOP-18891 hadoop distcp needs support to filter by file/directory attribute

2023-09-12 Thread via GitHub
AuthurWang2009 opened a new pull request, #6058: URL: https://github.com/apache/hadoop/pull/6058 ### Description of PR In some circumstances, we need to filter file/directory by file/directroy. For example, we need to filter out them by file modified time, isDir attrs, etc. So, sho

[jira] [Assigned] (HADOOP-18884) [ABFS] Support VectorIO in ABFS Input Stream

2023-09-12 Thread Anmol Asrani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anmol Asrani reassigned HADOOP-18884: - Assignee: Anmol Asrani > [ABFS] Support VectorIO in ABFS Input Stream > --

[jira] [Created] (HADOOP-18891) hadoop distcp needs support to filter by file/directory attribute

2023-09-12 Thread Authur Wang (Jira)
Authur Wang created HADOOP-18891: Summary: hadoop distcp needs support to filter by file/directory attribute Key: HADOOP-18891 URL: https://issues.apache.org/jira/browse/HADOOP-18891 Project: Hadoop C

[GitHub] [hadoop] Hexiaoqiao commented on pull request #2964: HDFS-16000. Rename performance optimization

2023-09-12 Thread via GitHub
Hexiaoqiao commented on PR #2964: URL: https://github.com/apache/hadoop/pull/2964#issuecomment-1716891085 @zhuxiangyi Thanks for your contributions. Will review this week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [hadoop] zhuxiangyi commented on pull request #2964: HDFS-16000. Rename performance optimization

2023-09-12 Thread via GitHub
zhuxiangyi commented on PR #2964: URL: https://github.com/apache/hadoop/pull/2964#issuecomment-1716889059 @Hexiaoqiao @jojochuang Can you review it for me -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [hadoop] slfan1989 commented on pull request #6023: YARN-11562. [Federation] GPG Support Query Policies In Web.

2023-09-12 Thread via GitHub
slfan1989 commented on PR #6023: URL: https://github.com/apache/hadoop/pull/6023#issuecomment-1716715289 @goiri Thank you very much for your help in reviewing the code! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [hadoop] slfan1989 commented on pull request #6012: YARN-11433. Router's main() should support generic options.

2023-09-12 Thread via GitHub
slfan1989 commented on PR #6012: URL: https://github.com/apache/hadoop/pull/6012#issuecomment-1716714219 @goiri Thank you very much for your help in reviewing the code! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [hadoop] goiri commented on a diff in pull request #6055: YARN-11547. [Federation] Router Supports Remove individual application records from FederationStateStore.

2023-09-12 Thread via GitHub
goiri commented on code in PR #6055: URL: https://github.com/apache/hadoop/pull/6055#discussion_r1323641791 ## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/Router.java: ## @@ -36,13 +37,17 @@ imp

[GitHub] [hadoop] goiri commented on a diff in pull request #6016: YARN-9048. Add znode hierarchy in Federation ZK State Store.

2023-09-12 Thread via GitHub
goiri commented on code in PR #6016: URL: https://github.com/apache/hadoop/pull/6016#discussion_r1323634847 ## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/federation/store/impl/ZookeeperFederationStateStore.jav

[GitHub] [hadoop] goiri merged pull request #6012: YARN-11433. Router's main() should support generic options.

2023-09-12 Thread via GitHub
goiri merged PR #6012: URL: https://github.com/apache/hadoop/pull/6012 -- 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. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.

[GitHub] [hadoop] goiri merged pull request #6023: YARN-11562. [Federation] GPG Support Query Policies In Web.

2023-09-12 Thread via GitHub
goiri merged PR #6023: URL: https://github.com/apache/hadoop/pull/6023 -- 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. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.

[GitHub] [hadoop] goiri merged pull request #6018: HDFS-17178: BootstrapStandby needs to handle RollingUpgrade

2023-09-12 Thread via GitHub
goiri merged PR #6018: URL: https://github.com/apache/hadoop/pull/6018 -- 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. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.

[GitHub] [hadoop] goiri merged pull request #5917: HDFS-17139. RBF: For the doc of the class RouterAdminProtocolTranslatorPB, it describes the function of the class ClientNamenodeProtocolTranslatorPB

2023-09-12 Thread via GitHub
goiri merged PR #5917: URL: https://github.com/apache/hadoop/pull/5917 -- 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. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.

[GitHub] [hadoop] goiri commented on pull request #5921: HDFS-17138 RBF: We changed the hadoop.security.auth_to_local configur…

2023-09-12 Thread via GitHub
goiri commented on PR #5921: URL: https://github.com/apache/hadoop/pull/5921#issuecomment-1716495453 @Hexiaoqiao can you take a look? -- 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

[jira] [Commented] (HADOOP-18888) S3A. createS3AsyncClient() always enables multipart

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764365#comment-17764365 ] ASF GitHub Bot commented on HADOOP-1: - hadoop-yetus commented on PR #6056:

[GitHub] [hadoop] hadoop-yetus commented on pull request #6056: HADOOP-18888. S3A. createS3AsyncClient() always enables multipart

2023-09-12 Thread via GitHub
hadoop-yetus commented on PR #6056: URL: https://github.com/apache/hadoop/pull/6056#issuecomment-1716364294 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reex

[GitHub] [hadoop] pjfanning opened a new pull request, #6057: HADOOP-18496: remove use of okhttp in runtime code

2023-09-12 Thread via GitHub
pjfanning opened a new pull request, #6057: URL: https://github.com/apache/hadoop/pull/6057 ### Description of PR Use Apache HTTPClient instead of OkHTTP to reduce the number of hadoop dependencies. ### How was this patch tested? Local build and CI build. ### For

[jira] [Commented] (HADOOP-18496) upgrade kotlin-stdlib due to CVEs

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764363#comment-17764363 ] ASF GitHub Bot commented on HADOOP-18496: - pjfanning opened a new pull request,

[jira] [Commented] (HADOOP-18797) S3A committer fix lost data on concurrent jobs

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764341#comment-17764341 ] ASF GitHub Bot commented on HADOOP-18797: - steveloughran commented on code in P

[GitHub] [hadoop] steveloughran commented on a diff in pull request #6006: HADOOP-18797: Support Concurrent Writes With S3A Magic Committer

2023-09-12 Thread via GitHub
steveloughran commented on code in PR #6006: URL: https://github.com/apache/hadoop/pull/6006#discussion_r1323354035 ## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/commit/MagicCommitPaths.java: ## @@ -96,7 +101,18 @@ public static boolean containsBasePath(List

[jira] [Updated] (HADOOP-18888) S3A. createS3AsyncClient() always enables multipart

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-1: Labels: pull-request-available (was: ) > S3A. createS3AsyncClient() always enables multi

[GitHub] [hadoop] steveloughran opened a new pull request, #6056: HADOOP-18888. S3A. createS3AsyncClient() always enables multipart

2023-09-12 Thread via GitHub
steveloughran opened a new pull request, #6056: URL: https://github.com/apache/hadoop/pull/6056 Patch does * pass down the multipart option * actually bypasses the xfer manager entirely if disabled or for small files. why so? lets us get away with a far simpler hboss mocking. *

[jira] [Commented] (HADOOP-18888) S3A. createS3AsyncClient() always enables multipart

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764336#comment-17764336 ] ASF GitHub Bot commented on HADOOP-1: - steveloughran opened a new pull requ

[GitHub] [hadoop] hadoop-yetus commented on pull request #6055: YARN-11547. [Federation] Router Supports Remove individual application records from FederationStateStore.

2023-09-12 Thread via GitHub
hadoop-yetus commented on PR #6055: URL: https://github.com/apache/hadoop/pull/6055#issuecomment-1716236462 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reex

[jira] [Assigned] (HADOOP-18888) S3A. createS3AsyncClient() always enables multipart

2023-09-12 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran reassigned HADOOP-1: --- Assignee: Steve Loughran > S3A. createS3AsyncClient() always enables multipart > -

[GitHub] [hadoop] hadoop-yetus commented on pull request #5989: YARN-11514. Extend SchedulerResponse with capacityVector

2023-09-12 Thread via GitHub
hadoop-yetus commented on PR #5989: URL: https://github.com/apache/hadoop/pull/5989#issuecomment-1716174477 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[GitHub] [hadoop] hadoop-yetus commented on pull request #6055: YARN-11547. [Federation] Router Supports Remove individual application records from FederationStateStore.

2023-09-12 Thread via GitHub
hadoop-yetus commented on PR #6055: URL: https://github.com/apache/hadoop/pull/6055#issuecomment-1716169332 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reex

[jira] [Commented] (HADOOP-18890) remove okhttp usage

2023-09-12 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764306#comment-17764306 ] PJ Fanning commented on HADOOP-18890: - It seems to be used in a few places - notabl

[jira] [Commented] (HADOOP-18797) S3A committer fix lost data on concurrent jobs

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764305#comment-17764305 ] ASF GitHub Bot commented on HADOOP-18797: - steveloughran commented on PR #6006:

[GitHub] [hadoop] steveloughran commented on pull request #6006: HADOOP-18797: Support Concurrent Writes With S3A Magic Committer

2023-09-12 Thread via GitHub
steveloughran commented on PR #6006: URL: https://github.com/apache/hadoop/pull/6006#issuecomment-1716137989 will do tomorrow...sorry, been really busy with the v2 upgrade, #5995, and exploration of what breaks. -- This is an automated message from the Apache Git Service. To respond to t

[jira] [Commented] (HADOOP-18890) remove okhttp usage

2023-09-12 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764304#comment-17764304 ] Steve Loughran commented on HADOOP-18890: - where's it being used? i guess i can

[jira] [Created] (HADOOP-18890) remove okhttp usage

2023-09-12 Thread PJ Fanning (Jira)
PJ Fanning created HADOOP-18890: --- Summary: remove okhttp usage Key: HADOOP-18890 URL: https://issues.apache.org/jira/browse/HADOOP-18890 Project: Hadoop Common Issue Type: Bug Compone

[jira] [Commented] (HADOOP-18888) S3A. createS3AsyncClient() always enables multipart

2023-09-12 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764271#comment-17764271 ] Steve Loughran commented on HADOOP-1: - for the xfer manager i'm going to fi

[GitHub] [hadoop] slfan1989 commented on pull request #6053: YARN-11567 - Aggregate container launch debug artifacts on error

2023-09-12 Thread via GitHub
slfan1989 commented on PR #6053: URL: https://github.com/apache/hadoop/pull/6053#issuecomment-1716018303 @K0K0V0K Thanks for your contribution! Can we fix the checkstyle issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [hadoop] slfan1989 opened a new pull request, #6055: YARN-11547. [Federation] Router Supports Remove individual application records from FederationStateStore.

2023-09-12 Thread via GitHub
slfan1989 opened a new pull request, #6055: URL: https://github.com/apache/hadoop/pull/6055 ### Description of PR JIRA: YARN-11547. [Federation] Router Supports Remove individual application records from FederationStateStore. ### How was this patch tested? Add Ju

[GitHub] [hadoop] simbadzina commented on pull request #4311: HDFS-13522: IPC changes to support observer reads through routers.

2023-09-12 Thread via GitHub
simbadzina commented on PR #4311: URL: https://github.com/apache/hadoop/pull/4311#issuecomment-1715929140 > The design doc https://issues.apache.org/jira/secure/attachment/13047193/observer_reads_in_rbf_proposal_simbadzina_v2.pdf is very helpful . But the Third party communication(pdf) in t

[jira] [Commented] (HADOOP-18851) AbstractDelegationTokenSecretManager- Performance improvement by optimising the synchronization context

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764243#comment-17764243 ] ASF GitHub Bot commented on HADOOP-18851: - hadoop-yetus commented on PR #6001:

[GitHub] [hadoop] hadoop-yetus commented on pull request #6001: HADOOP-18851: Performance improvement for DelegationTokenSecretManager.

2023-09-12 Thread via GitHub
hadoop-yetus commented on PR #6001: URL: https://github.com/apache/hadoop/pull/6001#issuecomment-1715906168 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[GitHub] [hadoop] hadoop-yetus commented on pull request #2964: HDFS-16000. Rename performance optimization

2023-09-12 Thread via GitHub
hadoop-yetus commented on PR #2964: URL: https://github.com/apache/hadoop/pull/2964#issuecomment-1715903240 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reex

[jira] [Created] (HADOOP-18889) S3A: V2 SDK client does not work with third-party store

2023-09-12 Thread Steve Loughran (Jira)
Steve Loughran created HADOOP-18889: --- Summary: S3A: V2 SDK client does not work with third-party store Key: HADOOP-18889 URL: https://issues.apache.org/jira/browse/HADOOP-18889 Project: Hadoop Common

[jira] [Commented] (HADOOP-18889) S3A: V2 SDK client does not work with third-party store

2023-09-12 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764238#comment-17764238 ] Steve Loughran commented on HADOOP-18889: - {code} 2023-09-12 15:51:20,237 [m

[jira] [Commented] (HADOOP-18888) S3A. createS3AsyncClient() always enables multipart

2023-09-12 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764212#comment-17764212 ] Steve Loughran commented on HADOOP-1: - +transfer manager is always construc

[jira] [Created] (HADOOP-18888) S3A. createS3AsyncClient() always enables multipart

2023-09-12 Thread Steve Loughran (Jira)
Steve Loughran created HADOOP-1: --- Summary: S3A. createS3AsyncClient() always enables multipart Key: HADOOP-1 URL: https://issues.apache.org/jira/browse/HADOOP-1 Project: Hadoop Common

[GitHub] [hadoop] hadoop-yetus commented on pull request #6028: HDFS-17180. HttpFS Add Support getTrashRoots API

2023-09-12 Thread via GitHub
hadoop-yetus commented on PR #6028: URL: https://github.com/apache/hadoop/pull/6028#issuecomment-1715793049 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reex

[GitHub] [hadoop] rmetzger commented on pull request #6054: De 5243

2023-09-12 Thread via GitHub
rmetzger commented on PR #6054: URL: https://github.com/apache/hadoop/pull/6054#issuecomment-1715660025 Sorry, this was a mistake. -- 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 com

[jira] [Commented] (HADOOP-18797) S3A committer fix lost data on concurrent jobs

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764165#comment-17764165 ] ASF GitHub Bot commented on HADOOP-18797: - shameersss1 commented on PR #6006: U

[GitHub] [hadoop] shameersss1 commented on pull request #6006: HADOOP-18797: Support Concurrent Writes With S3A Magic Committer

2023-09-12 Thread via GitHub
shameersss1 commented on PR #6006: URL: https://github.com/apache/hadoop/pull/6006#issuecomment-1715656874 @steveloughran Could you please review the changes? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [hadoop] rmetzger closed pull request #6054: De 5243

2023-09-12 Thread via GitHub
rmetzger closed pull request #6054: De 5243 URL: https://github.com/apache/hadoop/pull/6054 -- 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. To unsubscribe, e-mail: common-issue

[GitHub] [hadoop] rmetzger opened a new pull request, #6054: De 5243

2023-09-12 Thread via GitHub
rmetzger opened a new pull request, #6054: URL: https://github.com/apache/hadoop/pull/6054 (no comment) -- 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. To unsubscribe, e-ma

[jira] [Commented] (HADOOP-18851) AbstractDelegationTokenSecretManager- Performance improvement by optimising the synchronization context

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764133#comment-17764133 ] ASF GitHub Bot commented on HADOOP-18851: - vikaskr22 commented on code in PR #6

[GitHub] [hadoop] vikaskr22 commented on a diff in pull request #6001: HADOOP-18851: Performance improvement for DelegationTokenSecretManager.

2023-09-12 Thread via GitHub
vikaskr22 commented on code in PR #6001: URL: https://github.com/apache/hadoop/pull/6001#discussion_r1322866544 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java: ## @@ -521,7 +521,6 @@ prot

[jira] [Commented] (HADOOP-18487) protobuf-2.5.0 dependencies => provided

2023-09-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17764052#comment-17764052 ] ASF GitHub Bot commented on HADOOP-18487: - hadoop-yetus commented on PR #4996:

[GitHub] [hadoop] hadoop-yetus commented on pull request #4996: HADOOP-18487. protobuf 2.5.0 marked as provided.

2023-09-12 Thread via GitHub
hadoop-yetus commented on PR #4996: URL: https://github.com/apache/hadoop/pull/4996#issuecomment-1715148168 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe