Github user twdsilva commented on the issue:
https://github.com/apache/incubator-tephra/pull/26
testFamilyDeleteWithCompaction() fails for the hbase 1.2 cdh version
because HDFSTransactionStateStorage cannot be initialized as it can't find the
snapshot directory in config, however this test passes in the other hbase
versions.
@poornachandra Any idea what could be happening here?
```
2017-01-12 11:00:14,329 - ERROR [HDFSTransactionStateStorage
STARTING:o.a.z.s.NIOServerCnxnFactory$1@44] - Thread
Thread[HDFSTransactionStateStorage STARTING,5,main] died
java.lang.IllegalStateException: Snapshot directory is not configured.
Please set data.tx.snapshot.dir in configuration.
at
com.google.common.base.Preconditions.checkState(Preconditions.java:149)
~[guava-13.0.1.jar:na]
at
org.apache.tephra.persist.HDFSTransactionStateStorage.startUp(HDFSTransactionStateStorage.java:94)
~[tephra-core-0.11.0-incubating-SNAPSHOT.jar:0.11.0-incubating-SNAPSHOT]
at
com.google.common.util.concurrent.AbstractIdleService$1$1.run(AbstractIdleService.java:43)
~[guava-13.0.1.jar:na]
at java.lang.Thread.run(Thread.java:745) ~[na:1.7.0_76]
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---