Skip to content

Commit 1c23551

Browse files
committed
connection help links
1 parent 675853a commit 1c23551

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# HBase
2-
Plugin to enable Apache HBase server as a target in Hackolade data modeling.
2+
3+
Plugin to enable Apache HBase server as a target in [Hackolade](https://hackolade.com) data modeling. Requires prior download of the Hackolade application from our [download page](https://hackolade.com/download.html)
34

45
Hackolade exposes its core data modeling engine through a plugin architecture. Each plugin applies the Hackolade data modeling capabilities to a specific target technology, whether for data-at-rest (databases) or data-in-motion (communications.) Each plugin matches the specific aspects of the target in terms of terminology, storage model, data types, and communication protocol.
56

6-
To enable data modeling capabilities for a target, you must first download and install the plugin, following these [instructions](https://hackolade.com/help/DownloadadditionalDBtargetplugin.htm "Plugin download instructions").
7+
To enable data modeling capabilities for a target, you must first download and install the plugin, following these [instructions](https://hackolade.com/help/DownloadadditionalDBtargetplugin.html "Plugin download instructions").
78

89
Plugins can be customized by following these [instructions](https://hackolade.com/help/Userdefinedcustomproperties.html "Plugin customization instructions").

logo.jpg

-39.2 KB
Binary file not shown.

logo.png

32.3 KB
Loading

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "HBase",
3-
"version": "0.1.15",
4-
"versionDate": "2021-02-02",
3+
"version": "0.1.16",
4+
"versionDate": "2022-02-06",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "2.3.2",

reverse_engineering/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"WRONG_CONNECTION": "Can not connect to HBase instance"
55
},
66
"excludeDocKind": ["id"],
7-
"connectionList": ["name", "host", "port"]
7+
"connectionList": ["name", "host", "port"],
8+
"helpUrl": "https://hackolade.com/help/ConnecttoanHBaseinstance.html"
89
}

reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json

+9
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
},
2929
{
3030
"lowerTab": "Authentication",
31+
"helpUrl": [
32+
{
33+
"value": "https://hackolade.com/help/Kerberos2.html",
34+
"dependency": {
35+
"key": "auth",
36+
"value": "kerberos"
37+
}
38+
}
39+
],
3140
"structure": [
3241
{
3342
"inputLabel": "Authentication",

0 commit comments

Comments
 (0)