In the [beeswax] section of the configuration file, you can optionally
specify the following:
- beeswax_server_host
The hostname or IP that the Beeswax Server should bind to. By default it binds to localhost, and therefore only serves local IPC clients.
- hive_home_dir
The base directory of your Hive installation.
- hive_conf_dir
The directory containing your
hive-site.xmlHive configuration file.- beeswax_server_heapsize
The heap size (
-Xmx) of the Beeswax Server.![[Important]](../common/images/admon/important.png)
Important Depending on your environment and the Hive queries you run, queries may fail with an
Internal error processing querymessage. Look for an error messagejava.lang.OutOfMemoryError: GC overhead limit exceededin thebeeswax_server.outlog file. To increase the heap size to avoid this out of memory error, modify thehadoop-env.shfile and change the value ofHADOOP_CLIENT_OPTS.

