Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.15.2
-
None
-
None
Description
HADOOP-2227 changes jobCacheDir. In streaming, jobCacheDir was constructed like this
File jobCacheDir = new File(currentDir.getParentFile().getParent(), "work");
We should change this to get it working. Referring to the changes made in HADOOP-2227, I see that the APIs used in there to construct the path are not public. And hard coding the path in streaming does not look good. thought?
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-2116 Job.local.dir to be exposed to tasks
- Closed