[jira] [Updated] (HDFS-13619) TestAuditLoggerWithCommands fails on Windows

2018-05-25 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/HDFS-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Íñigo Goiri updated HDFS-13619:
---
Affects Version/s: 3.1.0

> TestAuditLoggerWithCommands fails on Windows
> 
>
> Key: HDFS-13619
> URL: https://issues.apache.org/jira/browse/HDFS-13619
> Project: Hadoop HDFS
>  Issue Type: Test
>  Components: test
>Affects Versions: 3.1.0, 3.0.2
>Reporter: Anbang Hu
>Assignee: Anbang Hu
>Priority: Minor
>  Labels: Windows
> Fix For: 3.2.0, 3.1.1, 3.0.3
>
> Attachments: HDFS-13619.000.patch, HDFS-13619.001.patch
>
>
> All 40 tests in TestAuditLoggerWithCommands are failing on Windows according 
> to 
> [https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].
> It should use System.lineSeparator() instead of "\n".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13619) TestAuditLoggerWithCommands fails on Windows

2018-05-25 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/HDFS-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Íñigo Goiri updated HDFS-13619:
---
Affects Version/s: 3.0.2

> TestAuditLoggerWithCommands fails on Windows
> 
>
> Key: HDFS-13619
> URL: https://issues.apache.org/jira/browse/HDFS-13619
> Project: Hadoop HDFS
>  Issue Type: Test
>  Components: test
>Affects Versions: 3.1.0, 3.0.2
>Reporter: Anbang Hu
>Assignee: Anbang Hu
>Priority: Minor
>  Labels: Windows
> Fix For: 3.2.0, 3.1.1, 3.0.3
>
> Attachments: HDFS-13619.000.patch, HDFS-13619.001.patch
>
>
> All 40 tests in TestAuditLoggerWithCommands are failing on Windows according 
> to 
> [https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].
> It should use System.lineSeparator() instead of "\n".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13619) TestAuditLoggerWithCommands fails on Windows

2018-05-25 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/HDFS-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Íñigo Goiri updated HDFS-13619:
---
Issue Type: Test  (was: Bug)

> TestAuditLoggerWithCommands fails on Windows
> 
>
> Key: HDFS-13619
> URL: https://issues.apache.org/jira/browse/HDFS-13619
> Project: Hadoop HDFS
>  Issue Type: Test
>  Components: test
>Affects Versions: 3.1.0, 3.0.2
>Reporter: Anbang Hu
>Assignee: Anbang Hu
>Priority: Minor
>  Labels: Windows
> Fix For: 3.2.0, 3.1.1, 3.0.3
>
> Attachments: HDFS-13619.000.patch, HDFS-13619.001.patch
>
>
> All 40 tests in TestAuditLoggerWithCommands are failing on Windows according 
> to 
> [https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].
> It should use System.lineSeparator() instead of "\n".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13619) TestAuditLoggerWithCommands fails on Windows

2018-05-25 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/HDFS-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Íñigo Goiri updated HDFS-13619:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 3.0.3
   3.1.1
   3.2.0
   Status: Resolved  (was: Patch Available)

Thanks [~huanbang1993] for the patch.
This does not apply to 2.X as this was introduced by HDFS-9395 for 3.0.
Committed to trunk, branch-3.1, and branch-3.0.

> TestAuditLoggerWithCommands fails on Windows
> 
>
> Key: HDFS-13619
> URL: https://issues.apache.org/jira/browse/HDFS-13619
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Reporter: Anbang Hu
>Assignee: Anbang Hu
>Priority: Minor
>  Labels: Windows
> Fix For: 3.2.0, 3.1.1, 3.0.3
>
> Attachments: HDFS-13619.000.patch, HDFS-13619.001.patch
>
>
> All 40 tests in TestAuditLoggerWithCommands are failing on Windows according 
> to 
> [https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].
> It should use System.lineSeparator() instead of "\n".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13619) TestAuditLoggerWithCommands fails on Windows

2018-05-25 Thread Anbang Hu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anbang Hu updated HDFS-13619:
-
Attachment: HDFS-13619.001.patch

> TestAuditLoggerWithCommands fails on Windows
> 
>
> Key: HDFS-13619
> URL: https://issues.apache.org/jira/browse/HDFS-13619
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Reporter: Anbang Hu
>Assignee: Anbang Hu
>Priority: Minor
>  Labels: Windows
> Attachments: HDFS-13619.000.patch, HDFS-13619.001.patch
>
>
> All 40 tests in TestAuditLoggerWithCommands are failing on Windows according 
> to 
> [https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].
> It should use System.lineSeparator() instead of "\n".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13619) TestAuditLoggerWithCommands fails on Windows

2018-05-24 Thread Anbang Hu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anbang Hu updated HDFS-13619:
-
Component/s: test

> TestAuditLoggerWithCommands fails on Windows
> 
>
> Key: HDFS-13619
> URL: https://issues.apache.org/jira/browse/HDFS-13619
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Reporter: Anbang Hu
>Assignee: Anbang Hu
>Priority: Minor
>  Labels: Windows
> Attachments: HDFS-13619.000.patch
>
>
> All 40 tests in TestAuditLoggerWithCommands are failing on Windows according 
> to 
> [https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].
> It should use System.lineSeparator() instead of "\n".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13619) TestAuditLoggerWithCommands fails on Windows

2018-05-24 Thread Anbang Hu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anbang Hu updated HDFS-13619:
-
Attachment: HDFS-13619.000.patch
Status: Patch Available  (was: Open)

> TestAuditLoggerWithCommands fails on Windows
> 
>
> Key: HDFS-13619
> URL: https://issues.apache.org/jira/browse/HDFS-13619
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Reporter: Anbang Hu
>Assignee: Anbang Hu
>Priority: Minor
> Attachments: HDFS-13619.000.patch
>
>
> All 40 tests in TestAuditLoggerWithCommands are failing on Windows according 
> to 
> [https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].
> It should use System.lineSeparator() instead of "\n".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13619) TestAuditLoggerWithCommands fails on Windows

2018-05-24 Thread Anbang Hu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anbang Hu updated HDFS-13619:
-
Labels: Windows  (was: )

> TestAuditLoggerWithCommands fails on Windows
> 
>
> Key: HDFS-13619
> URL: https://issues.apache.org/jira/browse/HDFS-13619
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Reporter: Anbang Hu
>Assignee: Anbang Hu
>Priority: Minor
>  Labels: Windows
> Attachments: HDFS-13619.000.patch
>
>
> All 40 tests in TestAuditLoggerWithCommands are failing on Windows according 
> to 
> [https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].
> It should use System.lineSeparator() instead of "\n".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13619) TestAuditLoggerWithCommands fails on Windows

2018-05-24 Thread Anbang Hu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-13619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anbang Hu updated HDFS-13619:
-
Description: 
All 40 tests in TestAuditLoggerWithCommands are failing on Windows according to 
[https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].

It should use System.lineSeparator() instead of "\n".

> TestAuditLoggerWithCommands fails on Windows
> 
>
> Key: HDFS-13619
> URL: https://issues.apache.org/jira/browse/HDFS-13619
> Project: Hadoop HDFS
>  Issue Type: Bug
>Reporter: Anbang Hu
>Assignee: Anbang Hu
>Priority: Minor
>
> All 40 tests in TestAuditLoggerWithCommands are failing on Windows according 
> to 
> [https://builds.apache.org/job/hadoop-trunk-win/476/testReport/org.apache.hadoop.hdfs.server.namenode/TestAuditLoggerWithCommands/].
> It should use System.lineSeparator() instead of "\n".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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