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

Upgrade HBase community connector for Dremio 4.7.3 #12

Merged
merged 3 commits into from
Sep 2, 2020
Merged

Upgrade HBase community connector for Dremio 4.7.3 #12

merged 3 commits into from
Sep 2, 2020

Conversation

tifflhl
Copy link
Contributor

@tifflhl tifflhl commented Aug 27, 2020

  • Updated README.md to reference Dremio release 4.7.3-202008270723550726-918276ee.
  • Updated converters to use org.apache.arrow.memory.ArrowBuf.

@tifflhl tifflhl changed the title Upgrade HBase community connector for Dremio 4.7.2 Upgrade HBase community connector for Dremio 4.7.3 Sep 1, 2020
pom.xml Outdated
<artifactId>dremio-hbase-plugin</artifactId>

<name>Dremio HBase Community Connector</name>

<properties>
<hbase.TestSuite>**/HBaseTestsSuite.class</hbase.TestSuite>
<version.dremio>4.2.2-202004211133290458-b550b6fa</version.dremio>
<version.dremio>4.7.3-202008270723550726-918276ee</version.dremio>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's move this to ${project.version} as opposed to duplicating.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

README.md Outdated
@@ -7,9 +7,9 @@
To add the Dremio Community HBase Connector to the list of Dremio sources:

1. From the project root, run `mvn clean install`.
The HBase Connector `dremio-hbase-plugin-4.2.2-202004211133290458-b550b6fa.jar` appears in the `target` directory.
The HBase Connector `dremio-hbase-plugin-4.7.3-202008270723550726-918276ee.jar` appears in the `target` directory.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest that we replace with a token such as so we don't have to update each time we upgrade.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read through a couple Github markdown guides, I didn't find a way to make static text variables. Can you elaborate what you meant be tokenizing the version number?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just meant put placeholder text and let the user figure out the number.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@jacques-n jacques-n merged commit 7ac32f0 into dremio-hub:master Sep 2, 2020
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.

4 participants