Hello I am trying to copy a file in my S3 bucket into HDFS using the cp command. I do something like Hadoop --config config fs -cp s3a://path hadooppath This works well when my config is in my local. However now I am trying to set it up as an oozie job. So when I am now unable to pass the configuration files present in config directory in my local system. Even if its in HDFS, then still it doesn't seem to work. Any suggestions ?
I tried -D command in Hadoop and passed name and value pairs, still it throws some error. It works only from my local system.