merrimanr commented on a change in pull request #1441: METRON-2156: Remove 
Storm dependency from metron-hbase
URL: https://github.com/apache/metron/pull/1441#discussion_r293131858
 
 

 ##########
 File path: 
metron-platform/metron-hbase/metron-hbase-common/src/test/java/org/apache/metron/hbase/client/HBaseClientTest.java
 ##########
 @@ -149,7 +128,7 @@ public void testWrite() throws Exception {
     client.mutate();
 
     HBaseProjectionCriteria criteria = new HBaseProjectionCriteria();
-    criteria.addColumnFamily(WidgetMapper.CF_STRING);
+    criteria.addColumnFamily(Bytes.toString(cf));
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to