[
https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857466#comment-15857466
]
ASF GitHub Bot commented on FLINK-2168:
---------------------------------------
Github user ramkrish86 commented on the issue:
https://github.com/apache/flink/pull/3149
`02/02/2017 06:19:20 DataSink (collect())(6/32) switched to
SCHEDULED
02/02/2017 06:19:20 DataSink (collect())(2/32) switched to SCHEDULED
02/02/2017 06:19:20 DataSink (collect())(8/32) switched to SCHEDULED
02/02/2017 06:19:20 DataSink (collect())(6/32) switched to DEPLOYING
02/02/2017 06:19:20 DataSink (collect())(8/32) switched to DEPLOYING
02/02/2017 06:19:20 DataSink (collect())(2/32) switched to DEPLOYING
02/02/2017 06:19:25 DataSink (collect())(1/32) switched to SCHEDULED
02/02/2017 06:19:25 DataSink (collect())(1/32) switched to DEPLOYING
Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "JvmPauseMonitor"
Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "hconnection-0x2247c79b-shared--pool20-t1"
Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "JvmPauseMonitor"
Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "flink-akka.actor.default-dispatcher-3"
Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "IPC Server handler 1 on 34267"
Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "CHAIN DataSource (localhost:53456)"
Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "CHAIN DataSource (localhost:53456)"
Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "CHAIN DataSource (localhost:53456)"
Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "org.apache.hadoop.hdfs.PeerCache@28360f4a"`
The same tests run cleanly in my linux box. Is there any place I can
download the logs to see what could be the issue?
> Add HBaseTableSource
> --------------------
>
> Key: FLINK-2168
> URL: https://issues.apache.org/jira/browse/FLINK-2168
> Project: Flink
> Issue Type: New Feature
> Components: Table API & SQL
> Affects Versions: 0.9
> Reporter: Fabian Hueske
> Assignee: ramkrishna.s.vasudevan
> Priority: Minor
>
> Add a {{HBaseTableSource}} to read data from a HBase table. The
> {{HBaseTableSource}} should implement the {{ProjectableTableSource}}
> (FLINK-3848) and {{FilterableTableSource}} (FLINK-3849) interfaces.
> The implementation can be based on Flink's {{TableInputFormat}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)