Member since
08-19-2016
5
Posts
0
Kudos Received
0
Solutions
08-26-2016
02:48 PM
This was the hint in the right direction for me solving my issue. My intentions were to use Flume as compiled on the server but I had a custom environment configuration overriding the location of the Flume install to use for running the agent and was able to locate the file causing this issue after much digging.
... View more
08-19-2016
01:32 AM
org.apache.hadoop.hbase.client.Put.setWriteToWAL(Z)V That is Flume client issue, version is not compatible with HBase 1.1.2. Make sure you use right version of Flume and if it comes with HBDP 2.3.2, then issue should be raised on Flume/HBase incompatibility.
... View more