Bug 1102800
| Summary: | Gluster file names with special characters not seen by hadoop fs -ls | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Hank Jakiela <hjakiela> |
| Component: | rhs-hadoop | Assignee: | Bradley Childs <bchilds> |
| Status: | CLOSED ERRATA | QA Contact: | Martin Bukatovic <mbukatov> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | aavati, eboyd, hjakiela, matt, mbukatov, mkudlej, nlevinki, rhs-bugs, smcclell, vbellur |
| Target Milestone: | Release Candidate | Keywords: | UpcomingRelease, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-hadoop-2.3.2-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-11-24 11:54:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1159155 | ||
|
Description
Hank Jakiela
2014-05-29 14:55:42 UTC
With the following:
rhs-hadoop-2.3.2-3.el6rhs.noarch
Hortonworks Hadoop distribution:
Ambari: ambari-server-1.4.4.23-1.noarch
Stack : HDP-2.0.6.GlusterFS
hadoop-2.2.0.2.0.6.0-101.el6.x86_64
Red Hat Storage Server 3.0 iso with:
glusterfs-3.6.0.22-1.el6rhs.x86_64
Listing directory containing files with '%2D' in the filename:
~~~
[bigtop@master bz-1102800]$ hadoop fs -ls /tmp/bz-1102800
14/07/07 18:23:24 INFO glusterfs.GlusterVolume: Initializing gluster volume..
14/07/07 18:23:24 INFO glusterfs.GlusterFileSystem: Configuring GlusterFS
14/07/07 18:23:24 INFO glusterfs.GlusterFileSystem: Initializing GlusterFS, CRC disabled.
14/07/07 18:23:24 INFO glusterfs.GlusterFileSystem: GIT INFO={git.commit.id.abbrev=fad53a1, git.commit.user.email=bchilds.rdu2.redhat.com, git.commit.message.full=[update RPM spec file/changelog] - 2.3.2
, git.commit.id=fad53a132514e2c8d9de6910f0f86d080047abac, git.commit.message.short=[update RPM spec file/changelog] - 2.3.2, git.commit.user.name=Brad Childs, git.build.user.name=Unknown, git.commit.id.describe=2.3.8-11-gfad53a1, git.build.user.email=Unknown, git.branch=2.3.2, git.commit.time=02.07.2014 @ 17:14:29 EDT, git.build.time=02.07.2014 @ 17:24:31 EDT}
14/07/07 18:23:24 INFO glusterfs.GlusterFileSystem: GIT_TAG=2.3.8
14/07/07 18:23:24 INFO glusterfs.GlusterFileSystem: Configuring GlusterFS
14/07/07 18:23:24 INFO glusterfs.GlusterVolume: Initializing gluster volume..
14/07/07 18:23:24 INFO glusterfs.GlusterVolume: Gluster volume: HadoopVol1 at : /mnt/glusterfs/HadoopVol1
14/07/07 18:23:24 INFO glusterfs.GlusterVolume: Gluster volume: HadoopVol2 at : /mnt/glusterfs/HadoopVol2
14/07/07 18:23:24 INFO glusterfs.GlusterVolume: Working directory is : glusterfs:/user/bigtop
14/07/07 18:23:24 INFO glusterfs.GlusterVolume: Write buffer size : 131072
14/07/07 18:23:24 INFO glusterfs.GlusterVolume: Default block size : 67108864
Found 4 items
-rw-r--r-- 1 bigtop hadoop 0 2014-07-07 18:21 /tmp/bz-1102800/bar
-rw-r--r-- 1 bigtop hadoop 0 2014-07-07 18:21 /tmp/bz-1102800/foo
-rw-r--r-- 1 bigtop hadoop 0 2014-07-07 18:21 /tmp/bz-1102800/foo%2Dbar
-rw-r--r-- 1 bigtop hadoop 0 2014-07-07 18:09 /tmp/bz-1102800/job_1401217096553_0027-1401373490653-hdfs-hadoop%2Dmapreduce%2Dclient%2Djobclient%2D2.2.0.2.0.6.0%2D10-1401373525523-100-1-SUCCEEDED-default.jhis
~~~
So it works.
Can we get some clarification on this? What exactly does " --- -> rc " mean? Is this fixed in RHS 3.0.x? Which x? Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2014-1275.html |