Verify or edit core-site XML file
</td></tr><tr><td>
**fs.s3.awsSecretAccessKey**
</td><td>
Value of your AWS secret access key.```xml
<property>
<name>fs.s3.awsSecretAccessKey</name>
<value>*\[INSERT YOUR VALUE HERE\]*</value>
</property>
</td></tr><tr><td>
**fs.s3n.awsSecretAccessKey**
</td><td>
Value of your 3N AWS secret access key.```xml
<property>
<name>fs.s3n.awsSecretAccessKey</name>
<value>[INSERT YOUR VALUE HERE]</value>
</property><property>
<name>fs.s3n.impl</name>
<value>org.apache.hadoop.fs.s3native.NativeS3FileSystem</value>
</property><property>
<name>fs.s3.impl</name>
<value>org.apache.hadoop.fs.s3.S3FileSystem</value>
</property>- If you are not using LZO compression, remove any references to the **iocompression** parameter in the `core-site.xml` file: **com.hadoop.compression.lzo.LzoCodec**
- If you are not using LZO compression, download the LZO JAR and add it to `pentaho-big-data-plugin/hadoop-configurations/emr3x/lib` directory. The LZO JAR can be found here: [http://maven.twttr.com/com/hadoop/gplcompression/hadoop-lzo/0.4.19/](http://maven.twttr.com/com/hadoop/gplcompression/hadoop-lzo/0.4.19/).Last updated
Was this helpful?

