[
https://issues.apache.org/jira/browse/BEAM-3214?focusedWorklogId=106538&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-106538
]
ASF GitHub Bot logged work on BEAM-3214:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/May/18 10:10
Start Date: 29/May/18 10:10
Worklog Time Spent: 10m
Work Description: iemejia commented on a change in pull request #5499:
[BEAM-3214] Add integration test for HBaseIO.
URL: https://github.com/apache/beam/pull/5499#discussion_r191363040
##########
File path:
sdks/java/io/common/src/test/java/org/apache/beam/sdk/io/common/IOTestPipelineOptions.java
##########
@@ -133,4 +133,12 @@
String getMongoDBDatabaseName();
void setMongoDBDatabaseName(String name);
+
+ /* HBase */
+ @Description("HBase host")
+ @Default.String("HBase-host")
+ String getHbaseServerName();
Review comment:
We decided to not expand this Options object anymore. Please create a
PipelineOptions specific for HBase see HCatalogIO for ref.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 106538)
Time Spent: 50m (was: 40m)
> Add an integration test for HBaseIO Read/Write transforms
> ---------------------------------------------------------
>
> Key: BEAM-3214
> URL: https://issues.apache.org/jira/browse/BEAM-3214
> Project: Beam
> Issue Type: Test
> Components: io-java-hbase
> Reporter: Chamikara Jayalath
> Assignee: Kamil Szewczyk
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> We should add an small scale integration test for HBaseIO that can be run as
> a part of 'beam_PostCommit_Java_MavenInstall' and
> 'beam_PostCommit_Java_ValidatesRunner*' Jenkins test suites.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)