[ 
https://issues.apache.org/jira/browse/HADOOP-17895?focusedWorklogId=650026&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-650026
 ]

ASF GitHub Bot logged work on HADOOP-17895:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Sep/21 13:48
            Start Date: 13/Sep/21 13:48
    Worklog Time Spent: 10m 
      Work Description: majdyz commented on pull request #3391:
URL: https://github.com/apache/hadoop/pull/3391#issuecomment-918209856


   @cnauroth @ayushtkn Thank you for trying to reproduce the issue on your end, 
I have now updated the current test to also fail in the provided docker image 
started with `./start-build-env.sh`.
   I was using my local MacOS machine and didn't provide the randomized folder 
which makes the test runs smoothly in the second run.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 650026)
    Time Spent: 1.5h  (was: 1h 20m)

> RawLocalFileSystem mkdirs with unicode filename doesn't work in Hadoop 3
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-17895
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17895
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: common, fs
>    Affects Versions: 3.3.1
>            Reporter: Zamil Majdy
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> *Bug description:*
> `fs.mkdirs` command for `RawLocalFileSystem` doesn't work in Hadoop 3 with 
> NativeIO enabled.
> The failure was happening when doing the native `chmod` command to the file 
> (the `mkdir` command itself is working).
> Stacktrace:
> {{ENOENT: No such file or directory  ENOENT: No such file or directory at 
> org.apache.hadoop.io.nativeio.NativeIO$POSIX.chmodImpl(Native Method) at 
> org.apache.hadoop.io.nativeio.NativeIO$POSIX.chmod(NativeIO.java:382) at 
> org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:974)
>  at 
> org.apache.hadoop.fs.RawLocalFileSystem.mkOneDirWithMode(RawLocalFileSystem.java:660)
>  at 
> org.apache.hadoop.fs.RawLocalFileSystem.mkdirsWithOptionalPermission(RawLocalFileSystem.java:700)
>  at 
> org.apache.hadoop.fs.RawLocalFileSystem.mkdirs(RawLocalFileSystem.java:672)}}
>  
> *To reproduce:*
>  * Add `fs.mkdirs` in RawLocalFileSystem with NativeIO enabled.
>  * Sample: [https://github.com/apache/hadoop/pull/3391]



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

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

Reply via email to