Hello,
What is the default directory for Hadoop apps . i.e map tasks / reduce task.
I ask this because i have a third party library(jar) that accesses some files from the same directory in which jar file is kept. If the required files are not present then the 3-party-lib creates those files, also there is no way to specify the file path to the 3rd party lib.
I guess its a lost cause but it raised an important doubt ? what is Default input/output directory Directory in Hadoop, if at all it exists ?
Regards
Amit S