Bug 961535
| Summary: | Multi user failures for hadoop map reduce jobs on GlusterFS | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Bradley Childs <bchilds> |
| Component: | gluster-hadoop | Assignee: | Bradley Childs <bchilds> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | hcfs-gluster-bugs |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | mainline | CC: | aavati, bchilds, bugs, eboyd, matt, mbukatov, mkudlej, rhs-bugs, vbellur |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-21 09:07:19 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: | 1057253 | ||
|
Description
Bradley Childs
2013-05-09 21:01:09 UTC
When trying scenario 4 (running all parts under mapred user), it doesn't work for me: I'm getting the same error you spotted with scenario 2: java.io.FileNotFoundException: File glusterfs:/mapred/system/job_201308271948_0035/jobToken does not exist. I used shim 2.1 with HDP 1.3. It doesn't matter if I use just runuser or try "su - mapred" and then run the job. I used different hadoop job, but the problem seems to be the same: ~~~ /usr/lib/hadoop/bin/hadoop jar /usr/lib/hadoop/hadoop-examples.jar pi 4 4 ~~~ (In reply to Martin Bukatovic from comment #2) > When trying scenario 4 (running all parts under mapred user), it doesn't > work for me: I'm getting the same error you spotted with scenario 2: > > java.io.FileNotFoundException: File > glusterfs:/mapred/system/job_201308271948_0035/jobToken does not exist. > > I used shim 2.1 with HDP 1.3. > > It doesn't matter if I use just runuser or try "su - mapred" and then run > the job. > > I used different hadoop job, but the problem seems to be the same: > > ~~~ > /usr/lib/hadoop/bin/hadoop jar /usr/lib/hadoop/hadoop-examples.jar pi 4 4 > ~~~ for the record: this was my bad: I didn't check if glusterfs volume is correctly mounted on all nodes in the cluster (previous shim version didn't require that) Solution/Workaround in: https://github.com/gluster/glusterfs-hadoop/pull/61 |