Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Suggested change to documentation #223

Open
smclinden opened this issue Feb 16, 2021 · 0 comments
Open

Suggested change to documentation #223

smclinden opened this issue Feb 16, 2021 · 0 comments

Comments

@smclinden
Copy link

In https://github.com/TheHive-Project/TheHiveDocs/blob/master/TheHive4/Installation/Install_deb.md#configuration-the-hadoop-master the documentation includes the following sample for core-site.xml:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
  <property>
    <name>fs.defaultFS</name>
    <value>hdfs://thehive1:10000</value>
  </property>
  <property>
    <name>hadoop.tmp.dir</name>
    <value>/opt/thp_data/hdfs/temp</value>
  </property>
  <property>
    <name>dfs.client.block.write.replace-datanode-on-failure.best-effort</name>
    <value>true</value>
  </property>
</configuration>

It might be better to change thehive1 to localhost for clarity in the event that the user decides to cut-and-paste this without modification.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant