[jira] [Updated] (HADOOP-15812) ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console

2018-11-09 Thread Steve Loughran (JIRA)


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

Steve Loughran updated HADOOP-15812:

   Resolution: Fixed
Fix Version/s: 3.2.1
   Status: Resolved  (was: Patch Available)

+1
committed to branch-3.2 & trunk; also playing with the -author command so you 
will appear as the official author on the commit log, though the GPG signature 
is mine

> ABFS: Improve AbfsRestOperationException format to ensure full msg can be 
> displayed on console
> --
>
> Key: HADOOP-15812
> URL: https://issues.apache.org/jira/browse/HADOOP-15812
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Fix For: 3.2.1
>
> Attachments: HADOOP-15812-001.patch, HADOOP-15812-002.patch, 
> HADOOP-15812-003.patch, HADOOP-15812-004.patch, HADOOP-15812-005.patch
>
>
> AbfsRestOperationException msg contains multiple "\n" for displaying nicely, 
> however, hadoop cmd class  split the error msg by "\n" and display the first 
> string in console, which lead to the incomplete error msg shown in console.
> Hence we need to improve this format.



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

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



[jira] [Updated] (HADOOP-15812) ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console

2018-11-08 Thread Da Zhou (JIRA)


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

Da Zhou updated HADOOP-15812:
-
Attachment: HADOOP-15812-005.patch

> ABFS: Improve AbfsRestOperationException format to ensure full msg can be 
> displayed on console
> --
>
> Key: HADOOP-15812
> URL: https://issues.apache.org/jira/browse/HADOOP-15812
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Attachments: HADOOP-15812-001.patch, HADOOP-15812-002.patch, 
> HADOOP-15812-003.patch, HADOOP-15812-004.patch, HADOOP-15812-005.patch
>
>
> AbfsRestOperationException msg contains multiple "\n" for displaying nicely, 
> however, hadoop cmd class  split the error msg by "\n" and display the first 
> string in console, which lead to the incomplete error msg shown in console.
> Hence we need to improve this format.



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

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



[jira] [Updated] (HADOOP-15812) ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console

2018-11-08 Thread Da Zhou (JIRA)


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

Da Zhou updated HADOOP-15812:
-
Attachment: HADOOP-15812-004.patch

> ABFS: Improve AbfsRestOperationException format to ensure full msg can be 
> displayed on console
> --
>
> Key: HADOOP-15812
> URL: https://issues.apache.org/jira/browse/HADOOP-15812
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Attachments: HADOOP-15812-001.patch, HADOOP-15812-002.patch, 
> HADOOP-15812-003.patch, HADOOP-15812-004.patch
>
>
> AbfsRestOperationException msg contains multiple "\n" for displaying nicely, 
> however, hadoop cmd class  split the error msg by "\n" and display the first 
> string in console, which lead to the incomplete error msg shown in console.
> Hence we need to improve this format.



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

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



[jira] [Updated] (HADOOP-15812) ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console

2018-11-07 Thread Da Zhou (JIRA)


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

Da Zhou updated HADOOP-15812:
-
Attachment: HADOOP-15812-003.patch

> ABFS: Improve AbfsRestOperationException format to ensure full msg can be 
> displayed on console
> --
>
> Key: HADOOP-15812
> URL: https://issues.apache.org/jira/browse/HADOOP-15812
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Attachments: HADOOP-15812-001.patch, HADOOP-15812-002.patch, 
> HADOOP-15812-003.patch
>
>
> AbfsRestOperationException msg contains multiple "\n" for displaying nicely, 
> however, hadoop cmd class  split the error msg by "\n" and display the first 
> string in console, which lead to the incomplete error msg shown in console.
> Hence we need to improve this format.



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

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



[jira] [Updated] (HADOOP-15812) ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console

2018-11-07 Thread Da Zhou (JIRA)


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

Da Zhou updated HADOOP-15812:
-
Attachment: HADOOP-15812-002.patch

> ABFS: Improve AbfsRestOperationException format to ensure full msg can be 
> displayed on console
> --
>
> Key: HADOOP-15812
> URL: https://issues.apache.org/jira/browse/HADOOP-15812
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Attachments: HADOOP-15812-001.patch, HADOOP-15812-002.patch
>
>
> AbfsRestOperationException msg contains multiple "\n" for displaying nicely, 
> however, hadoop cmd class  split the error msg by "\n" and display the first 
> string in console, which lead to the incomplete error msg shown in console.
> Hence we need to improve this format.



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

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



[jira] [Updated] (HADOOP-15812) ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console

2018-11-07 Thread Da Zhou (JIRA)


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

Da Zhou updated HADOOP-15812:
-
Status: Patch Available  (was: Open)

Submitting patch 002.
For failed HEAD request, the msg shown on console will be something like:
HEAD request failed, StatusCode=403 [https://X|https://x/]  
StatusDescription=XX.

For other failed request, the msg shown on console will be:
PUT request failed, ErrorCode=X StatusCode=409 https://XX

 

 

> ABFS: Improve AbfsRestOperationException format to ensure full msg can be 
> displayed on console
> --
>
> Key: HADOOP-15812
> URL: https://issues.apache.org/jira/browse/HADOOP-15812
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Attachments: HADOOP-15812-001.patch, HADOOP-15812-002.patch
>
>
> AbfsRestOperationException msg contains multiple "\n" for displaying nicely, 
> however, hadoop cmd class  split the error msg by "\n" and display the first 
> string in console, which lead to the incomplete error msg shown in console.
> Hence we need to improve this format.



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

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



[jira] [Updated] (HADOOP-15812) ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console

2018-10-05 Thread Da Zhou (JIRA)


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

Da Zhou updated HADOOP-15812:
-
Status: Open  (was: Patch Available)

Canceling patch for now, will come up with a final proposal.

> ABFS: Improve AbfsRestOperationException format to ensure full msg can be 
> displayed on console
> --
>
> Key: HADOOP-15812
> URL: https://issues.apache.org/jira/browse/HADOOP-15812
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Attachments: HADOOP-15812-001.patch
>
>
> AbfsRestOperationException msg contains multiple "\n" for displaying nicely, 
> however, hadoop cmd class  split the error msg by "\n" and display the first 
> string in console, which lead to the incomplete error msg shown in console.
> Hence we need to improve this format.



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

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



[jira] [Updated] (HADOOP-15812) ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console

2018-10-02 Thread Da Zhou (JIRA)


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

Da Zhou updated HADOOP-15812:
-
Status: Patch Available  (was: Open)

> ABFS: Improve AbfsRestOperationException format to ensure full msg can be 
> displayed on console
> --
>
> Key: HADOOP-15812
> URL: https://issues.apache.org/jira/browse/HADOOP-15812
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Attachments: HADOOP-15812-001.patch
>
>
> AbfsRestOperationException msg contains multiple "\n" for displaying nicely, 
> however, hadoop cmd class  split the error msg by "\n" and display the first 
> string in console, which lead to the incomplete error msg shown in console.
> Hence we need to improve this format.



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

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



[jira] [Updated] (HADOOP-15812) ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console

2018-10-02 Thread Da Zhou (JIRA)


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

Da Zhou updated HADOOP-15812:
-
Attachment: HADOOP-15812-001.patch

> ABFS: Improve AbfsRestOperationException format to ensure full msg can be 
> displayed on console
> --
>
> Key: HADOOP-15812
> URL: https://issues.apache.org/jira/browse/HADOOP-15812
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.2.0
>Reporter: Da Zhou
>Assignee: Da Zhou
>Priority: Major
> Attachments: HADOOP-15812-001.patch
>
>
> AbfsRestOperationException msg contains multiple "\n" for displaying nicely, 
> however, hadoop cmd class  split the error msg by "\n" and display the first 
> string in console, which lead to the incomplete error msg shown in console.
> Hence we need to improve this format.



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

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