Help Center/ MapReduce Service/ Developer Guide (Normal_3.x)/ Impala Development Guide (Normal Mode)/ Application Commissioning/ Commissioning Applications on Linux
Updated on 2022-09-15 GMT+08:00
Commissioning Applications on Linux
Prerequisites
The MRS client has been installed. For details, see:
- For how to install the MRS client on the Master or Core node in a cluster, see Installing a Client.
- For how to install the client outside the MRS cluster, see Installing a Client.
Procedure
- Create a directory as the running directory in the running and commissioning environment, for example, /opt/impala_examples, and create the conf subdirectory in the directory. Upload client.properties in the sample code folder impala-examples-normal to the /opt/impala_examples/conf folder in the sample code folder on the Linux OS, and enter the IP address of Impalad in client.properties.
- Run the mvn package command in the cmd window or Intellij to obtain a JAR package, for example, impala-examples-mrs-2.1-jar-with-dependencies.jar obtained from the target directory of the project and copy the package to the /opt/impala_examples directory.
- Run the following commands in the Linux environment to run the sample program in bigdata_env on the source client:
chmod +x /opt/impala_examples -R cd /opt/impala_examples java -cp impala-examples-mrs-2.1-jar-with-dependencies.jar com.huawei.bigdata.impala.example.ExampleMain
- In the CLI, view the Impala SQL query results in the example code. If the following information is displayed, the sample project execution is successful on Linux.
Create table success! _c0 0 Delete table success!
If the following error information is displayed, configure the log4j2 information according to the error information.


Parent topic: Application Commissioning
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.