Github user apurtell commented on the issue:
https://github.com/apache/incubator-tephra/pull/68
There are 4 new methods in the abstract interface Table:
int getReadRpcTimeout();
void setReadRpcTimeout(int readRpcTimeout);
int getWriteRpcTimeout();
void setWriteRpcTimeout(int writeRpcTimeout);
Tephra won't build without changes that implement these.
---
