Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PDI-16661] - HBaseOutput Tuple Write and Row Delete #1159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonjarvis
Copy link

Adds the ability to write tuples to HBase, so dynamic column qualifiers can be used, as well as the ability to delete rows from HBase (WAL enabled/disabled setting doesn't make difference, deletes currently always use default HBASE durability, which is FSYNC_WAL).

@jonjarvis jonjarvis force-pushed the tuple_writing branch 2 times, most recently from 2e3ab47 to 186ce6d Compare November 14, 2017 03:54
@wingman-pentaho
Copy link
Collaborator

Build Completed

🔥 This pull request has some issues. It would be preferable to fix them in order for it to be just perfect. See below for more details. Some links are also available below for further assistance in addressing those issues.

Build Commands

mvn -Dsurefire.runOrder=alphabetical -B -fn -f 'pom.xml' -pl 'kettle-plugins/hbase' -P '!assemblies' -amd clean install && mvn -B -f 'pom.xml' -pl 'kettle-plugins/hbase' -P '!assemblies' -amd site

Cleanup Commands

mvn -B -f 'pom.xml' -pl 'kettle-plugins/hbase' -P '!assemblies' -amd build-helper:remove-project-artifact

Changed files

  kettle-plugins/hbase/src/main/java/org/pentaho/big/data/kettle/plugins/hbase/mapping/MappingEditor.java
  kettle-plugins/hbase/src/main/java/org/pentaho/big/data/kettle/plugins/hbase/mapping/MappingUtils.java
  kettle-plugins/hbase/src/main/java/org/pentaho/big/data/kettle/plugins/hbase/output/HBaseOutput.java
  kettle-plugins/hbase/src/main/java/org/pentaho/big/data/kettle/plugins/hbase/output/HBaseOutputData.java
  kettle-plugins/hbase/src/main/java/org/pentaho/big/data/kettle/plugins/hbase/output/HBaseOutputDialog.java
  kettle-plugins/hbase/src/main/java/org/pentaho/big/data/kettle/plugins/hbase/output/HBaseOutputMeta.java
  kettle-plugins/hbase/src/main/java/org/pentaho/big/data/kettle/plugins/hbase/output/KettleRowToHBaseTuple.java
  kettle-plugins/hbase/src/main/resources/org/pentaho/big/data/kettle/plugins/hbase/output/messages/messages_en_US.properties
  kettle-plugins/hbase/src/test/java/org/pentaho/big/data/kettle/plugins/hbase/output/HBaseOutputMetaInjectionTest.java
  kettle-plugins/hbase/src/test/java/org/pentaho/big/data/kettle/plugins/hbase/output/KettleRowToHBaseTupleTest.java

Unit Test Coverage

These statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.

⚠️ Coverage Changes: +1.3% (click to expand)
org.pentaho.big.data.kettle.plugins.hbase.mapping.MappingUtils
  • Branch Change: -4.4% 🔻
  • Complexity Change: -4.8% 🔻
  • Instruction Change: -0.3% 🔻
org.pentaho.big.data.kettle.plugins.hbase.output.HBaseOutputMeta
  • Complexity Change: -0.2% 🔻
  • Line Change: -0.5% 🔻
  • Method Change: -0.3% 🔻
🆕 org.pentaho.big.data.kettle.plugins.hbase.output.KettleRowToHBaseTuple
  • Complexity Coverage: 66.7%

@pentaho pentaho deleted a comment from wingman-pentaho Nov 14, 2017
@pentaho pentaho deleted a comment from wingman-pentaho Nov 14, 2017
@pentaho pentaho deleted a comment from wingman-pentaho Nov 14, 2017
@mbatchelor mbatchelor changed the title PDI-16661 - HBaseOutput Tuple Write and Row Delete [PDI-16661] - HBaseOutput Tuple Write and Row Delete Feb 13, 2018
@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy
Copy link
Collaborator

buildguy commented May 1, 2023

❌ Build failed in 3m 2s

Build command:

mvn clean verify -B -e -Daudit -amd

❗ No tests found!

ℹ️ This is an automatic message

@smaring smaring requested a review from a team as a code owner October 3, 2023 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants