Use HBase with AEL and Amazon EMR

To use HBase with AEL and Amazon EMR, you must add the HBase libraries to the classpath.

Perform the following steps to add the HBase libraries:

  1. Stop the AEL daemon.

  2. From a command prompt (terminal window) on the cluster, run the following command:

    add SPARK_DIST_CLASSPATH=$(hbase classpath)
  3. Start the AEL daemon.

Last updated

Was this helpful?