nichunen commented on a change in pull request #568: KYLIN-3841 Build Global
Dict by Hive
URL: https://github.com/apache/kylin/pull/568#discussion_r272084056
##########
File path:
core-job/src/main/java/org/apache/kylin/job/constant/ExecutableConstants.java
##########
@@ -77,4 +77,10 @@ private ExecutableConstants() {
public static final String STEP_NAME_STREAMING_CREATE_DICTIONARY = "Build
Dimension Dictionaries For Steaming Job";
public static final String STEP_NAME_STREAMING_BUILD_BASE_CUBOID = "Build
Base Cuboid Data For Streaming Job";
public static final String STEP_NAME_STREAMING_SAVE_DICTS = "Save Cube
Dictionaries";
+
+ // MR - Hive Dict
+ public static final String STEP_NAME_GLOBAL_DICT_MRHIVE_EXTRACT_DICTVAL =
"Global Dict Mr/Hive extract dict_val from Data";
Review comment:
Step names not user-friendly, may confuse users
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services