LocalJobRunner should not use JT filesystem to qualify systemdir
----------------------------------------------------------------
Key: MAPREDUCE-1860
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1860
Project: Hadoop Map/Reduce
Issue Type: Bug
Reporter: Joydeep Sen Sarma
getSystemDir() in LocalJobRunner returns a path qualified using the default
file system from the Configuration. Usually default filesystem is set to hdfs
cluster. which means that when trying to use the local mode - the jobclient
ends up using hdfs as system directory.
this seems like an error. localjobrunner should use local file system as it's
default file system and that should be used to qualify the mapred system
directory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.