Step 1: Set up a Hadoop Virtual Machine instance
The easiest way to get started sampling searches in Hunk is to install a Virtual Machine that comes preconfigured with Hadoop.
For this tutorial we are using using the Cloudera Quickstart VM for VMware. See System and Software requirements for the full list of supported Hadoop distributions and versions.
Setting up your Virtual Machine for this tutorial
The examples in this tutorial use a Cloudera Quickstart Virtual Machine. If you are using another VM with Hadoop instance, see that product's directions for installation and setup. You may also need to modify the examples for your particular configuration.
If you wish to try out Hunk using YARN, we recommend you try using the Hortonworks Sandbox 2.0 here.
If you using Cloudera Quickstart for VM:
1. untar the Cloudera Quickstart VM on your computer:
2. Start and access the virtual machine.
3. Import the OVF file from VMware Fusion.
4. Start the VM and open the terminal to find the IP address of your virtual machine.
Using this tutorial with YARN
If you want to try out Hunk using YARN, we recommend you try out the tutorial using the Hortonworks Sandbox 2.0.
Note: You can also use one of the virtual machines provided by Hortonworks here: http://hortonworks.com/products/hortonworks-sandbox.
You might need to assign more memory to YARN that is defined by default. We recommend that YARN have at least 5120 MB assigned to it (how much you are able to assign to it depends on how much memory is assigned to your VM) You can do this by editing the following property in yarn-site.xml
.:
<name>yarn.nodemanager.resource.memory-mb</name> <value>5120</value>
About the Hunk tutorial | Step 2: Set up your data |
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!