training icon indicating copy to clipboard operation
training copied to clipboard

Shark and BlinkDB can't be run simultaneously

Open henryem opened this issue 11 years ago • 0 comments

By default, Shark and BlinkDB share a lock on the Hive metastore. This can cause the following error if you execute a query while you have both Shark and BlinkDB (or two Shark, or two BlinkDB) shells open:

13/08/30 12:00:56 WARN component.AbstractLifeCycle: FAILED [email protected]:3030: java.net.BindException: Address already in use java.net.BindException: Address already in use ...

The easiest way to fix this is to kill one of the two shells. You can also configure Shark or BlinkDB to use a new metastore.

henryem avatar Aug 30 '13 18:08 henryem