[jira] [Commented] (HADOOP-15457) Add Security-Related HTTP Response Header in WEBUIs.

2018-05-22 Thread Szilard Nemeth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483827#comment-16483827 ] Szilard Nemeth commented on HADOOP-15457: - Hi [~kanwaljeets]!  Checked your latest patch, other

[jira] [Updated] (HADOOP-15423) Merge fileCache and dirCache into one single cache in LocalMetadataStore

2018-05-22 Thread Gabor Bota (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Bota updated HADOOP-15423: Description: Right now the s3guard.LocalMetadataStore uses two HashMap in the implementation -

[jira] [Work started] (HADOOP-15423) Use single hash Path -> tuple(DirListingMetadata, PathMetadata) in LocalMetadataStore

2018-05-22 Thread Gabor Bota (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HADOOP-15423 started by Gabor Bota. --- > Use single hash Path -> tuple(DirListingMetadata, PathMetadata) in >

[jira] [Commented] (HADOOP-15415) copyBytes hangs when the configuration file is corrupted

2018-05-22 Thread genericqa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483717#comment-16483717 ] genericqa commented on HADOOP-15415: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Updated] (HADOOP-15423) Merge fileCache and dirCache into one single cache in LocalMetadataStore

2018-05-22 Thread Gabor Bota (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Bota updated HADOOP-15423: Summary: Merge fileCache and dirCache into one single cache in LocalMetadataStore (was: Use

[jira] [Commented] (HADOOP-15489) S3Guard to self update on directory listings of S3

2018-05-22 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484119#comment-16484119 ] Steve Loughran commented on HADOOP-15489: - No benchmark data here; just realised the issue

[jira] [Commented] (HADOOP-15477) Make unjar in RunJar overrideable

2018-05-22 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483695#comment-16483695 ] Steve Loughran commented on HADOOP-15477: - bq Reason for no test is due to it's simplicity. the

[jira] [Commented] (HADOOP-15465) Deprecate WinUtils#Symlinks by using native java code

2018-05-22 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483700#comment-16483700 ] Steve Loughran commented on HADOOP-15465: - bq. My only concerns are about FileAlreadyExists and

[jira] [Created] (HADOOP-15488) hadoop-httpfs daemon gave up supervising hadoop-httpfs

2018-05-22 Thread Chandan Pal (JIRA)
Chandan Pal created HADOOP-15488: Summary: hadoop-httpfs daemon gave up supervising hadoop-httpfs Key: HADOOP-15488 URL: https://issues.apache.org/jira/browse/HADOOP-15488 Project: Hadoop Common

[jira] [Created] (HADOOP-15489) S3Guard to self update on directory listings of S3

2018-05-22 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-15489: --- Summary: S3Guard to self update on directory listings of S3 Key: HADOOP-15489 URL: https://issues.apache.org/jira/browse/HADOOP-15489 Project: Hadoop Common

[jira] [Commented] (HADOOP-15450) Avoid fsync storm triggered by DiskChecker and handle disk full situation

2018-05-22 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484137#comment-16484137 ] Arpit Agarwal commented on HADOOP-15450: [~kihwal], can you review this patch? I believe it will

[jira] [Commented] (HADOOP-15487) ConcurrentModificationException resulting in Kerberos authentication error.

2018-05-22 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483980#comment-16483980 ] Daryn Sharp commented on HADOOP-15487: -- {quote}This exception is inside NameNode. So clearly must

[jira] [Commented] (HADOOP-15450) Avoid fsync storm triggered by DiskChecker and handle disk full situation

2018-05-22 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484048#comment-16484048 ] Kihwal Lee commented on HADOOP-15450: - Yes it is a blocker. The performance regression was

[jira] [Commented] (HADOOP-15486) Add a config option to make NetworkTopology#netLock fair

2018-05-22 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484047#comment-16484047 ] Daryn Sharp commented on HADOOP-15486: -- There's no need for a config.  Just make the lock always be

[jira] [Commented] (HADOOP-15450) Avoid fsync storm triggered by DiskChecker and handle disk full situation

2018-05-22 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484223#comment-16484223 ] Kihwal Lee commented on HADOOP-15450: - +1 The patch looks good. > Avoid fsync storm triggered by

[jira] [Commented] (HADOOP-15406) hadoop-nfs dependencies for mockito and junit are not test scope

2018-05-22 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484252#comment-16484252 ] Vinod Kumar Vavilapalli commented on HADOOP-15406: -- This broke TimelineService V1.5 -

[jira] [Updated] (HADOOP-15450) Avoid fsync storm triggered by DiskChecker and handle disk full situation

2018-05-22 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee updated HADOOP-15450: Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.8.5 2.9.2

[jira] [Commented] (HADOOP-15465) Deprecate WinUtils#Symlinks by using native java code

2018-05-22 Thread Giovanni Matteo Fumarola (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484260#comment-16484260 ] Giovanni Matteo Fumarola commented on HADOOP-15465: --- Thanks [~ste...@apache.org] for

[jira] [Commented] (HADOOP-15450) Avoid fsync storm triggered by DiskChecker and handle disk full situation

2018-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484268#comment-16484268 ] Hudson commented on HADOOP-15450: - SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14251 (See

[jira] [Commented] (HADOOP-15486) Add a config option to make NetworkTopology#netLock fair

2018-05-22 Thread genericqa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484283#comment-16484283 ] genericqa commented on HADOOP-15486: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HADOOP-15450) Avoid fsync storm triggered by DiskChecker and handle disk full situation

2018-05-22 Thread Yongjun Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484292#comment-16484292 ] Yongjun Zhang commented on HADOOP-15450: Thanks a lot for your quick turnaround [~kihwal] and

[jira] [Commented] (HADOOP-15486) Make NetworkTopology#netLock fair

2018-05-22 Thread genericqa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486492#comment-16486492 ] genericqa commented on HADOOP-15486: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Updated] (HADOOP-15457) Add Security-Related HTTP Response Header in WEBUIs.

2018-05-22 Thread Kanwaljeet Sachdev (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanwaljeet Sachdev updated HADOOP-15457: Attachment: HADOOP-15457.005.patch > Add Security-Related HTTP Response Header in

[jira] [Commented] (HADOOP-15480) AbstractS3GuardToolTestBase.testDiffCommand fails when using dynamo

2018-05-22 Thread Aaron Fabbri (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486747#comment-16486747 ] Aaron Fabbri commented on HADOOP-15480: --- Looks good [~gabor.bota], glad the hint was helpful. One

[jira] [Commented] (HADOOP-15473) Configure serialFilter to avoid UnrecoverableKeyException caused by JDK-8189997

2018-05-22 Thread Xiao Chen (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486746#comment-16486746 ] Xiao Chen commented on HADOOP-15473: Thanks [~gabor.bota] for the work here, and everyone for the

[jira] [Commented] (HADOOP-15475) Fix broken unit tests on Windows

2018-05-22 Thread JIRA
[ https://issues.apache.org/jira/browse/HADOOP-15475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486563#comment-16486563 ] Íñigo Goiri commented on HADOOP-15475: -- The number of unit tests failed in the last 6 builds are

[jira] [Updated] (HADOOP-15477) Make unjar in RunJar overrideable

2018-05-22 Thread Johan Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Gustavsson updated HADOOP-15477: -- Description: Currently Hadoop's RunJar will unjar the jar provided and look for any

[jira] [Commented] (HADOOP-10768) Optimize Hadoop RPC encryption performance

2018-05-22 Thread Yongjun Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486700#comment-16486700 ] Yongjun Zhang commented on HADOOP-10768: Thank you all for working on this issue. Hi

[jira] [Commented] (HADOOP-15457) Add Security-Related HTTP Response Header in WEBUIs.

2018-05-22 Thread genericqa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486518#comment-16486518 ] genericqa commented on HADOOP-15457: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HADOOP-15457) Add Security-Related HTTP Response Header in WEBUIs.

2018-05-22 Thread genericqa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486653#comment-16486653 ] genericqa commented on HADOOP-15457: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Updated] (HADOOP-15457) Add Security-Related HTTP Response Header in WEBUIs.

2018-05-22 Thread Kanwaljeet Sachdev (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanwaljeet Sachdev updated HADOOP-15457: Attachment: HADOOP-15457.004.patch > Add Security-Related HTTP Response Header in

[jira] [Commented] (HADOOP-15486) Make NetworkTopology#netLock fair

2018-05-22 Thread genericqa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484619#comment-16484619 ] genericqa commented on HADOOP-15486: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HADOOP-15486) Make NetworkTopology#netLock fair

2018-05-22 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484630#comment-16484630 ] Arpit Agarwal commented on HADOOP-15486: Build failure is unrelated - re-triggered Jenkins. >

[jira] [Commented] (HADOOP-15486) Make NetworkTopology#netLock fair

2018-05-22 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484443#comment-16484443 ] Arpit Agarwal commented on HADOOP-15486: +1 pending Jenkins. > Make NetworkTopology#netLock

[jira] [Commented] (HADOOP-15437) AzureBlobFS - Services

2018-05-22 Thread Aaron Fabbri (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484600#comment-16484600 ] Aaron Fabbri commented on HADOOP-15437: --- Thank you for the effort to split up the patch. Can you

[jira] [Comment Edited] (HADOOP-15480) AbstractS3GuardToolTestBase.testDiffCommand fails when using dynamo

2018-05-22 Thread Gabor Bota (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484407#comment-16484407 ] Gabor Bota edited comment on HADOOP-15480 at 5/22/18 8:00 PM: -- Tested with

[jira] [Commented] (HADOOP-15487) ConcurrentModificationException resulting in Kerberos authentication error.

2018-05-22 Thread Wei-Chiu Chuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484469#comment-16484469 ] Wei-Chiu Chuang commented on HADOOP-15487: -- [~daryn] bq. Not necessarily, at least if you mean

[jira] [Updated] (HADOOP-15486) Add a config option to make NetworkTopology#netLock fair

2018-05-22 Thread Nanda kumar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nanda kumar updated HADOOP-15486: - Attachment: HADOOP-15486.001.patch > Add a config option to make NetworkTopology#netLock fair >

[jira] [Updated] (HADOOP-15486) Make NetworkTopology#netLock fair

2018-05-22 Thread Nanda kumar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nanda kumar updated HADOOP-15486: - Description: Whenever a datanode is restarted, the registration call after the restart

[jira] [Commented] (HADOOP-15480) AbstractS3GuardToolTestBase.testDiffCommand fails when using dynamo

2018-05-22 Thread Gabor Bota (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484407#comment-16484407 ] Gabor Bota commented on HADOOP-15480: - Tested with eu-west-1 with [ERROR]

[jira] [Updated] (HADOOP-15486) Make NetworkTopology#netLock fair

2018-05-22 Thread Nanda kumar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nanda kumar updated HADOOP-15486: - Summary: Make NetworkTopology#netLock fair (was: Add a config option to make

[jira] [Commented] (HADOOP-15486) Add a config option to make NetworkTopology#netLock fair

2018-05-22 Thread Nanda kumar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484408#comment-16484408 ] Nanda kumar commented on HADOOP-15486: -- Agreed, updates to NetworkTopology should be rare. Patch

[jira] [Created] (HADOOP-15490) Multiple declaration of maven-enforcer-plugin found in pom.xml

2018-05-22 Thread Nanda kumar (JIRA)
Nanda kumar created HADOOP-15490: Summary: Multiple declaration of maven-enforcer-plugin found in pom.xml Key: HADOOP-15490 URL: https://issues.apache.org/jira/browse/HADOOP-15490 Project: Hadoop

[jira] [Updated] (HADOOP-15490) Multiple declaration of maven-enforcer-plugin found in pom.xml

2018-05-22 Thread Nanda kumar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nanda kumar updated HADOOP-15490: - Status: Patch Available (was: Open) > Multiple declaration of maven-enforcer-plugin found in

[jira] [Updated] (HADOOP-15490) Multiple declaration of maven-enforcer-plugin found in pom.xml

2018-05-22 Thread Nanda kumar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nanda kumar updated HADOOP-15490: - Attachment: HADOOP-15490.000.patch > Multiple declaration of maven-enforcer-plugin found in

[jira] [Updated] (HADOOP-15490) Multiple declaration of maven-enforcer-plugin found in pom.xml

2018-05-22 Thread Nanda kumar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nanda kumar updated HADOOP-15490: - Status: Open (was: Patch Available) > Multiple declaration of maven-enforcer-plugin found in

[jira] [Updated] (HADOOP-15490) Multiple declaration of maven-enforcer-plugin found in pom.xml

2018-05-22 Thread Nanda kumar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nanda kumar updated HADOOP-15490: - Attachment: (was: HADOOP-15490.000.patch) > Multiple declaration of maven-enforcer-plugin

[jira] [Commented] (HADOOP-15458) org.apache.hadoop.fs.TestLocalFileSystem#testFSOutputStreamBuilder fails on Windows

2018-05-22 Thread JIRA
[ https://issues.apache.org/jira/browse/HADOOP-15458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484392#comment-16484392 ] Íñigo Goiri commented on HADOOP-15458: -- [^HADOOP-15458.001.patch] and

[jira] [Commented] (HADOOP-15457) Add Security-Related HTTP Response Header in WEBUIs.

2018-05-22 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484396#comment-16484396 ] Robert Kanter commented on HADOOP-15457: Last comments: # The class field, {{xFrameParams}}

[jira] [Commented] (HADOOP-15415) copyBytes hangs when the configuration file is corrupted

2018-05-22 Thread Yiqun Lin (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483596#comment-16483596 ] Yiqun Lin commented on HADOOP-15415: I'd like to fix this, :). > copyBytes hangs when the

[jira] [Updated] (HADOOP-15415) copyBytes hangs when the configuration file is corrupted

2018-05-22 Thread Yiqun Lin (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiqun Lin updated HADOOP-15415: --- Status: Patch Available (was: Open) > copyBytes hangs when the configuration file is corrupted >

[jira] [Updated] (HADOOP-15415) copyBytes hangs when the configuration file is corrupted

2018-05-22 Thread Yiqun Lin (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiqun Lin updated HADOOP-15415: --- Attachment: HADOOP-15415.001.patch > copyBytes hangs when the configuration file is corrupted >

[jira] [Assigned] (HADOOP-15415) copyBytes hangs when the configuration file is corrupted

2018-05-22 Thread Yiqun Lin (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiqun Lin reassigned HADOOP-15415: -- Assignee: Yiqun Lin > copyBytes hangs when the configuration file is corrupted >

[jira] [Commented] (HADOOP-15474) Rename properties introduced for

2018-05-22 Thread Mukul Kumar Singh (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483608#comment-16483608 ] Mukul Kumar Singh commented on HADOOP-15474: Thanks for the working on this [~zvenczel]. The

[jira] [Updated] (HADOOP-15474) Rename properties introduced for

2018-05-22 Thread Mukul Kumar Singh (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Kumar Singh updated HADOOP-15474: --- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 3.2.0

[jira] [Commented] (HADOOP-15474) Rename properties introduced for

2018-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483638#comment-16483638 ] Hudson commented on HADOOP-15474: - SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14249 (See