Using the latest build snapshot (version 1.0.0.BUILD-SNAPSHOT) of org.springframework.data:spring-data-hadoop got me past this issue. Thanks once again Costin for your hard work!
Type: Posts; User: cortextual; Keyword(s):
Using the latest build snapshot (version 1.0.0.BUILD-SNAPSHOT) of org.springframework.data:spring-data-hadoop got me past this issue. Thanks once again Costin for your hard work!
My HBase setup is extremely simple. I downloaded HBase 0.92.1, extracted it, and set the data directory to somewhere on my local filesystem. I set the hd.fs property to file:///opt/fake_hdfs. So...
I've encountered a RejectedExecutionException after trying to use HBaseTemplate twice for the same method in a DAO.
Details:
Stack trace:
java.util.concurrent.RejectedExecutionException
...