boy-xiaozhang commented on code in PR #14463:
URL: 
https://github.com/apache/dolphinscheduler/pull/14463#discussion_r1255128902


##########
dolphinscheduler-data-quality/src/main/java/org/apache/dolphinscheduler/data/quality/DataQualityApplication.java:
##########
@@ -64,9 +65,16 @@ public static void main(String[] args) throws Exception {
             config.put(SPARK_APP_NAME, dataQualityConfiguration.getName());
         }
 
-        SparkRuntimeEnvironment sparkRuntimeEnvironment = new 
SparkRuntimeEnvironment(config);
+        boolean hiveClientSupport = dataQualityConfiguration
+                .getReaderConfigs()
+                .stream()
+                .anyMatch(line -> 
line.getType().equalsIgnoreCase(HIVE.name()));

Review Comment:
   Yes, because I communicate with some users, some users rely on data quality 
features, but their data warehouse is not dependent on ApacheHive, so it is not 
installed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to