Help Center/
Data Lake Insight/
FAQs/
Flink Jobs/
Flink Jar Jobs/
Does a Flink JAR Job Support Configuration File Upload? How Do I Upload a Configuration File?
Updated on 2022-09-20 GMT+08:00
Does a Flink JAR Job Support Configuration File Upload? How Do I Upload a Configuration File?
Configuration files can be uploaded for user-defined jobs (JAR).
- Upload the configuration file to DLI through Package Management.
- In the Other Dependencies area of the Flink JAR job, select the created DLI package.
- Load the file through ClassName.class.getClassLoader().getResource("userData/fileName") in the code. In the file name, fileName indicates the name of the file to be accessed, and ClassName indicates the name of the class that needs to access the file.
Parent topic: Flink Jar Jobs
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.