Open JoeShi opened 4 years ago
tried the following command, and failed
sudo ln -s /usr/share/aws/emr/emrfs/lib/emrfs-hadoop-assembly-2.36.0.jar ./emrfs-hadoop-assembly.jar
Copy lib emrfs to oozie lib. and change s3a to s3 will resolve this issue.
COPY EMRFS lib jar to oozie lib directory.
sudo cp /usr/share/aws/emr/emrfs/lib/emrfs-hadoop-assembly-*.jar /usr/lib/oozie/lib/
sudo stop oozie
sudo start oozie
Change s3a
to s3
Use the following configuration to choose file from S3.
Error:
If choose from HDFS, there is no error.