Step 3: Set up an HDFS directory for Hunk access
This step shows you how to create a new HDFS directory that gives the root user access. This is needed for this specific example because we will install Splunk as root, and Splunk must have permissions for an HDFS directory.
(If you have already set up Splunk as one of the users that already has HDFS permissions, you do not need to complete this step.)
su - hdfs -c "hadoop fs -mkdir hdfs://localhost:8020/user/root" su - hdfs -c "hadoop fs -chown root:root hdfs://localhost:8020/user/root" hadoop fs -mkdir hdfs://localhost:8020/user/root/splunkmr
If you want to see the new directory and permissions, you can use the following command:
hadoop fs -ls -R hdfs://localhost:8020/user/root
Step 2: Set up your data | Step 4: Install and license Hunk |
This documentation applies to the following versions of Hunk®(Legacy): 6.0, 6.0.1, 6.0.2, 6.0.3, 6.1, 6.1.1, 6.1.2, 6.1.3, 6.2, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5, 6.2.6, 6.2.7, 6.2.8, 6.2.9, 6.2.10, 6.2.11, 6.2.12, 6.2.13, 6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.3.4, 6.3.5, 6.3.6, 6.4.0, 6.4.1, 6.4.2, 6.4.3, 6.4.4, 6.4.5, 6.4.6, 6.4.7, 6.4.8, 6.4.9, 6.4.10, 6.4.11
Feedback submitted, thanks!