Ich legte die mrjob.conf Datei in/home-Verzeichnis und versuchte, den Job von Befehl auszuführen, und ich bin immer diese Fehlermeldung:Fehler beim MRJOB auf AWS ausgeführt
File "/Users/bimalthapa/anaconda/lib/python2.7/site-packages/mrjob-0.4.6- py2.7.egg/mrjob/conf.py", line 283, in conf_object_at_path with open(conf_path) as f: IOError: [Errno 2] No such file or directory: 'mrjob.conf'
Das ist mein Befehl:
python mr_statistics.py -c ~/mrjob.conf -r emr s3://bimalucmbucket/inputFile.txt --output-dir=s3://bimalucmbucket/output --no-output
Was ist die richtige Art, mrjob.conf zu platzieren und den Befehl zu korrigieren?