Typical Scenario: Exporting Data from Hive to a Relational Database
Scenario
Use Loader to export data from Hive to a relational database.
Prerequisites
- You have obtained the service username and password for creating a Loader job.
- You have had the permission to access the Hive tables that are used during job execution.
- You have obtained the username and password of the relational database.
- No disk space alarm is reported, and the available disk space is sufficient for importing and exporting data.
- If a configured task requires the Yarn queue function, the user must be authorized with related Yarn queue permission.
- The user who configures a task must obtain execution permission on the task and obtain usage permission on the related connection of the task.
- Before the operation, perform the following steps:
- Obtain the JAR file of the relational database driver and save it to the following directory on the active and standby Loader nodes: ${BIGDATA_HOME}/FusionInsight_Porter_*/install/FusionInsight-Sqoop-1.99.3/FusionInsight-Sqoop-1.99.3/server/webapps/loader/WEB-INF/ext-lib.
- Run the following command on the active and standby nodes as user root to modify the permission:
cd ${BIGDATA_HOME}/FusionInsight_Porter_*/install/FusionInsight-Sqoop-1.99.3/FusionInsight-Sqoop-1.99.3/server/webapps/loader/WEB-INF/ext-lib
chown omm:wheel JAR file name
chmod 600 JAR file name
- Log in to FusionInsight Manager and choose Cluster > Services > Loader. On the Dashboard tab page that is displayed, click More and select Restart Service. In the displayed dialog box, enter the administrator password to restart the Loader service.
Procedure
Configure basic job information.
- Access the Loader web UI.
- Log in to FusionInsight Manager.
- Choose Cluster > Services > Loader.
- Click LoaderServer(Node name, Active). The Loader web UI is displayed.
Figure 1 Loader web UI
- Click New Job. Configure basic job parameters on the Basic Information page displayed.
Figure 2 Basic Information page
- Enter a job name in Name.
- Set Type to Export.
- Set Group to the group to which the job belongs. There is no group created by default. Click Add, enter the group name, and click OK.
- Set Queue to the Yarn queue that executes the job. The default value is root.default.
- Set Priority to the priority of the Yarn queue that executes the job. The default value is NORMAL. The options are VERY_LOW, LOW, NORMAL, HIGH, and VERY_HIGH.
- In the Connection area, click Add to create a connection, set Connector to generic-jdbc-connector or a dedicated database connector (oracle-connector, oracle-partition-connector, or mysql-fastpath-connector), set connection parameters, and click Test to verify whether the connection is available. When "Test Success" is displayed, click OK.
- For connection to relational databases, general database connectors (generic-jdbc-connector) or dedicated database connectors (oracle-connector, oracle-partition-connector, and mysql-fastpath-connector) are available. However, compared with general database connectors, dedicated database connectors perform better in data import and export because they are optimized for specific database types.
- When mysql-fastpath-connector is used, the mysqldump and mysqlimport commands of MySQL must be available on NodeManagers, and the MySQL client version to which the two commands belong must be compatible with the MySQL server version. If the two commands are unavailable or the versions are incompatible, visit http://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html. Install the MySQL client applications and tools.
Table 1 generic-jdbc-connector connection parameters Parameter
Description
Example Value
Name
Name of a relational database connection
dbName
JDBC Driver Class
Name of a Java database connectivity (JDBC) driver class
oracle.jdbc.driver.OracleDriver
JDBC Connection String
JDBC connection string, in the format of jdbc:oracle:thin:@Database IP address:Database port number:Database name
jdbc:oracle:thin:@10.16.0.1:1521:oradb
Username
Username for connecting to the database
omm
Password
Password for connecting to the database
xxxx
JDBC Connection Properties
JDBC connection attribute. Click Add to manually add the attribute.
- Name: connection attribute name
- Value: connection attribute value
- Name: socketTimeout
- Value: 20
Configure data source information.
- Click Next. On the displayed From page, set Source type to HIVE.
Table 2 Data source parameters Parameter
Description
Example Value
Hive instance
Specifies the Hive service instance that Loader selects from all available Hive service instances in the cluster. If the selected Hive service instance is not added to the cluster, the Hive job cannot run properly.
hive
Quantity
Number of Maps that are started at the same time in a MapReduce task of a data configuration operation. The value must be less than or equal to 3000.
20
Configure data transformation.
- Click Next. On the displayed Transform page, set the transformation operations in the data transformation process. For details about how to select operators and set parameters, see Operator Help and Table 3.
In input, drag Hive Input to the grid. In output, drag Table Output to the grid. Use an arrow to connect Hive Input to Table Output.
Set data storage information and execute the job.
- Click Next. On the displayed To page, set the data storage mode.
Table 4 Parameter description Parameter
Description
Example Value
Schema name
Specifies the database schema name.
dbo
Table name
Specifies the name of a database table that is used to save the final data of the transmission.
NOTE:Table names can be defined using macros. For details, see Using Macro Definitions in Configuration Items.
test
Temporary table
Specifies the name of a temporary database table that is used to save temporary data during the transmission. The fields in the table must be the same as those in the database specified by Table name.
NOTE:A temporary table is used to prevent dirty data from being generated in the destination table when data is exported to the database. Data is migrated from the temporary table to the destination table only after all data is successfully written to the temporary table. Using temporary tables increases the job execution time.
tmp_test
- Click Save and Run to save and run the job.
View the job execution result.
- Go to the Loader web UI. When Status is Succeeded, the job is complete.
Figure 3 Viewing job details
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot