Skip to content

Instantly share code, notes, and snippets.

@sherylj
Created June 24, 2015 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sherylj/6344912c7d0b4ba83dc6 to your computer and use it in GitHub Desktop.
Save sherylj/6344912c7d0b4ba83dc6 to your computer and use it in GitHub Desktop.
hive-site.xml
<configuration>
<property>
<name>hive.exec.scratchdir</name>
<value>/tmp/hive-${user.name}</value>
<description>Scratch space for Hive jobs</description>
</property>
<property>
<name>hive.aux.jars.path</name>
<value>hdfs://localhost:9000/Users/sherylj/elasticsearch-hadoop-2.1.0/dist/elasticsearch-hadoop-2.1.0.jar</value>
<description>A comma separated list (with no spaces) of the jar files</description>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment