[
https://issues.apache.org/jira/browse/HADOOP-17895?focusedWorklogId=649626&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-649626
]
ASF GitHub Bot logged work on HADOOP-17895:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 11/Sep/21 20:12
Start Date: 11/Sep/21 20:12
Worklog Time Spent: 10m
Work Description: ayushtkn commented on pull request #3391:
URL: https://github.com/apache/hadoop/pull/3391#issuecomment-917471563
Not reproducing for me either.
FYI, the jenkins run the test with -Pnative flag and it passed:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3391/1/testReport/org.apache.hadoop.fs.contract.rawlocal/TestRawlocalContractMkdir/testMkDirRmDirUnicode/
```
Running unit tests
13:34:45
============================================================================
13:34:45
============================================================================
13:34:45
13:34:45
13:34:48 cd
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3391/src/hadoop-common-project/hadoop-common
13:34:48 /usr/bin/mvn --batch-mode
-Dmaven.repo.local=/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3391/yetus-m2/hadoop-branch-3.3.1-patch-1
-Ptest-patch -Pparallel-tests -P!shelltest -Pnative -Drequire.fuse
-Drequire.openssl -Drequire.snappy -Drequire.valgrind -Drequire.zstd
-Drequire.test.libhadoop -Pyarn-ui clean test -fae >
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3391/out/patch-unit-hadoop-common-project_hadoop-common.txt
2>&1
13:52:58 Elapsed: 18m 25s
13:52:58
13:52:58 hadoop-common in the patch passed.
```
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3391/1/console
What OS are you using?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 649626)
Time Spent: 1h 20m (was: 1h 10m)
> 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: 1h 20m
> 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: [email protected]
For additional commands, e-mail: [email protected]