[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2024-02-10 Thread Shilun Fan (Jira)


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

Shilun Fan updated HDFS-15277:
--
Target Version/s: 3.4.0

> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 3.4.0
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
> Fix For: 3.4.0
>
> Attachments: HDFS-15277_001.patch
>
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ parent will get  /a/b/c now which should be /a/b
> /a/b//c parent's parent will get /a/b now which should be /a
>  
> Otherwise, if current path is / or // or ///. The parent button should be 
> unabled as it has no parent.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2024-02-10 Thread Shilun Fan (Jira)


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

Shilun Fan updated HDFS-15277:
--
Component/s: ui

> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 3.4.0
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
> Fix For: 3.4.0
>
> Attachments: HDFS-15277_001.patch
>
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ parent will get  /a/b/c now which should be /a/b
> /a/b//c parent's parent will get /a/b now which should be /a
>  
> Otherwise, if current path is / or // or ///. The parent button should be 
> unabled as it has no parent.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2024-02-10 Thread Shilun Fan (Jira)


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

Shilun Fan updated HDFS-15277:
--
Affects Version/s: 3.4.0

> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.4.0
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
> Fix For: 3.4.0
>
> Attachments: HDFS-15277_001.patch
>
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ parent will get  /a/b/c now which should be /a/b
> /a/b//c parent's parent will get /a/b now which should be /a
>  
> Otherwise, if current path is / or // or ///. The parent button should be 
> unabled as it has no parent.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2020-04-15 Thread Jianfei Jiang (Jira)


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

Jianfei Jiang updated HDFS-15277:
-
Description: 
In HDFS-15239, a new button can click to parent folder is add. However, if the 
path is not formatted perfectly, it will not get the real parent.

Path like follows are supported to get the file list in explorer.html, but they 
do not get the correct parent:

/a/b/c/ parent will get  /a/b/c now which should be /a/b

/a/b//c parent's parent will get /a/b now which should be /a

 

Otherwise, if current path is / or // or ///. The parent button should be 
unabled as it has no parent.

  was:
In HDFS-15239, a new button can click to parent folder is add. However, if the 
path is not formatted perfectly, it will not get the real parent.

Path like follows are supported to get the file list in explorer.html, but they 
do not get the correct parent:

/a/b/c/ parent will get  /a/b/c now which should be /a/b

/a/b//c parent's parent will get /a/b/ now which should be /a

 

Otherwise, if current path is / or // or ///. The parent button should be 
unabled as it has no parent.


> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
> Fix For: 3.4.0
>
> Attachments: HDFS-15277_001.patch
>
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ parent will get  /a/b/c now which should be /a/b
> /a/b//c parent's parent will get /a/b now which should be /a
>  
> Otherwise, if current path is / or // or ///. The parent button should be 
> unabled as it has no parent.



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

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



[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2020-04-15 Thread Ayush Saxena (Jira)


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

Ayush Saxena updated HDFS-15277:

Fix Version/s: 3.4.0
 Hadoop Flags: Reviewed
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

Committed to trunk.
Thanx [~jiangjianfei] for the contribution and [~elgoiri] for the review!!!

> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
> Fix For: 3.4.0
>
> Attachments: HDFS-15277_001.patch
>
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ parent will get  /a/b/c now which should be /a/b
> /a/b//c parent's parent will get /a/b/ now which should be /a
>  
> Otherwise, if current path is / or // or ///. The parent button should be 
> unabled as it has no parent.



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

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



[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2020-04-14 Thread Jianfei Jiang (Jira)


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

Jianfei Jiang updated HDFS-15277:
-
Description: 
In HDFS-15239, a new button can click to parent folder is add. However, if the 
path is not formatted perfectly, it will not get the real parent.

Path like follows are supported to get the file list in explorer.html, but they 
do not get the correct parent:

/a/b/c/ parent will get  /a/b/c now which should be /a/b

/a/b//c parent's parent will get /a/b/ now which should be /a

 

Otherwise, if current path is / or // or ///. The parent button should be 
unabled as it has no parent.

  was:
In HDFS-15239, a new button can click to parent folder is add. However, if the 
path is not formatted perfectly, it will not get the real parent.

Path like follows are supported to get the file list in explorer.html, but they 
do not get the correct parent:

/a/b/c/ will get  /a/b/c now

/a/bc 


> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
> Attachments: HDFS-15277_001.patch
>
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ parent will get  /a/b/c now which should be /a/b
> /a/b//c parent's parent will get /a/b/ now which should be /a
>  
> Otherwise, if current path is / or // or ///. The parent button should be 
> unabled as it has no parent.



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

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



[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2020-04-14 Thread Jianfei Jiang (Jira)


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

Jianfei Jiang updated HDFS-15277:
-
Attachment: HDFS-15277_001.patch

> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
> Attachments: HDFS-15277_001.patch
>
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ will get  /a/b/c now
> /a/bc 



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

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



[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2020-04-14 Thread Jianfei Jiang (Jira)


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

Jianfei Jiang updated HDFS-15277:
-
Attachment: (was: HDFS-15277_001.patch)

> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ will get  /a/b/c now
> /a/bc 



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

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



[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2020-04-14 Thread Jianfei Jiang (Jira)


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

Jianfei Jiang updated HDFS-15277:
-
Status: Patch Available  (was: In Progress)

> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
> Attachments: HDFS-15277_001.patch
>
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ will get  /a/b/c now
> /a/bc 



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

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



[jira] [Updated] (HDFS-15277) Parent directory in the explorer does not support all path formats

2020-04-14 Thread Jianfei Jiang (Jira)


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

Jianfei Jiang updated HDFS-15277:
-
Attachment: HDFS-15277_001.patch

> Parent directory in the explorer does not support all path formats
> --
>
> Key: HDFS-15277
> URL: https://issues.apache.org/jira/browse/HDFS-15277
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Jianfei Jiang
>Assignee: Jianfei Jiang
>Priority: Minor
> Attachments: HDFS-15277_001.patch
>
>
> In HDFS-15239, a new button can click to parent folder is add. However, if 
> the path is not formatted perfectly, it will not get the real parent.
> Path like follows are supported to get the file list in explorer.html, but 
> they do not get the correct parent:
> /a/b/c/ will get  /a/b/c now
> /a/bc 



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

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