Additional Configuration for IBM BigInsights 3.0

If you are installing the SAS Embedded Process on IBM BigInsights 3.0, you must revise the hadoop.job.history.user.location property in the core-site.xml file that is in the SAS_HADOOP_CONFIG_PATH to a value other than the output directory. Otherwise, loading data into the Hive table fails. Here is an example where the output directory is set to /tmp.
<property>
    <name>hadoop.job.history.user.location</name>
    <value>/tmp</value>
</property>