-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conversation
tifflhl
commented
Aug 27, 2020
•
edited
Loading
edited
- Updated README.md to reference Dremio release 4.7.3-202008270723550726-918276ee.
- Updated converters to use org.apache.arrow.memory.ArrowBuf.
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> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.