[
https://issues.apache.org/jira/browse/APEXMALHAR-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266280#comment-15266280
]
ASF GitHub Bot commented on APEXMALHAR-1957:
--------------------------------------------
Github user bhupeshchawda commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/212#discussion_r61719921
--- Diff:
contrib/src/test/java/com/datatorrent/contrib/hbase/HBasePOJOInputOperatorTest.java
---
@@ -128,7 +144,7 @@ public void populateDAG(DAG dag, Configuration conf)
Thread.sleep(1000);
}
catch( Exception e ){}
-
+ logger.info("Tuple row key: ", output.getReceivedTuples());
logger.info( "Received tuple number {}, instance is {}.",
output.getReceivedTuples() == null ? 0 : output.getReceivedTuples().size(),
System.identityHashCode( output ) );
if( output.getReceivedTuples() != null &&
output.getReceivedTuples().size() == TUPLE_NUM )
--- End diff --
done. Added a check for 30 seconds.
> Improve HBasePOJOInputOperator with support for threaded read
> -------------------------------------------------------------
>
> Key: APEXMALHAR-1957
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-1957
> Project: Apache Apex Malhar
> Issue Type: Task
> Reporter: Bhupesh Chawda
> Assignee: Bhupesh Chawda
>
> Add the following support to Hbase POJO Input Operator:
> * Add support for threaded read
> * Allow to specify a set of "column family: column" and fetch data only for
> these columns
> * Allow to specify an end row key to stop scanning
> * Add metrics
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)