Hadoop
Selecting the Configuration Type
To specify the configuration type, select one of the tiles displayed on the page. In this case, choose the Hadoop
tile.
Once saved, the configuration type cannot be changed.
Filling in Connection Information
The subsequent configuration details should be entered in the Enter Configuration Information
section. Fields marked with a red asterisk are mandatory. If any field contains invalid data, the configuration will not be saved, and an error message will appear next to the field with the issue. Follow these steps to provide the connection information:
- Enter the configuration name in the field labeled
Configuration Name
. Only Latin letters or numbers in CamelCase format are allowed - Select the JDBC driver in the
Upload Driver
field. If the required driver is not listed, you can upload your own by clicking theUpload File
button below the input field. This will open a modal window where you need to select a.jar
file. Other file types will not be accepted - The
Driver Class Name
field will be filled in automatically. If multiple classes are available in the JDBC driver, you can manually specify the required class. Only Latin letters or numbers are allowed
By default, the connection string field is auto-populated based on the JDBC driver class. For ClickHouse, the following classes are supported: cc.blynk.clickhouse.ClickHouseDriver
, com.clickhouse.jdbc.ClickHouseDriver
. If the driver does not use these classes, the connection string will still be auto-populated. However, to ensure the connection works correctly, review the "Connection String"
field for accuracy. Otherwise, switch to Advanced Mode and make the necessary adjustments.
- Enter the host in the
Host
field. Acceptable formats includehttp://172.168.0.1
orhttps://yourhost
- Enter the port number in the
Port
field. Only numeric values are allowed - If necessary, specify the default database name in the
Default Database
field - If your connection requires SSL validation, enable the
SSL Validation
option. This will display a warning about saving data to the keystore, as shown in the image:
After that, you can enable host name verification and specify the path to the trust store in the Trust Store Path
field. Valid formats include /my_path/to/trust-store/
.
-
If your connection requires authentication using a username and password, or just a username, fill in the
Username
andPassword
fields accordingly. -
To test the connection, click the
Test Connection
button. If the connection to Hadoop is successful, the following message will appear:
If the connection fails, an error message will be displayed:
The example shows a sample error message. The actual error may vary.
Configurations can be saved even if connection errors occur. However, configurations with invalid data formats or empty mandatory fields will not be saved.
Editing Configuration Features
Configurations can be edited using the same rules as when they are created. You can edit fields in any order necessary to adjust the configuration settings.