Skip to content

Commit

Permalink
[1.1.17] fix hive result error (#341)
Browse files Browse the repository at this point in the history
* push taskprediction  code

* push code

* Rollback Code

* push  code

* push  code

* push  code

* push  code

* taskprediction  update data

* fix   hive   error bug

* fix   hive   error bug
  • Loading branch information
v-kkhuang authored Nov 9, 2023
1 parent 7e831b8 commit 49020a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ public Message taskprediction(
HashMap<String, HashMap<String, Object>> linkisResources =
RMUtils.getLinkisResources(resources, engineType);
Map<String, Object> yarnResource = new HashMap<>();
boolean checkYarnResult = false;
boolean checkYarnResult = true;
if (engineType.toLowerCase().contains("spark")) {
HashMap<String, HashMap<String, Object>> linkisYarnResources =
RMUtils.getUserYarnResources(resources);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ public static List<ConfigVo> getUserConf(String username, String creator, String
configlist.add(
new ConfigVo(
key.get("key").asText(),
key.get("configValue").asText(),
key.get("defaultValue").asText()));
key.get("defaultValue").asText(),
key.get("configValue").asText()));
}
}
} catch (IOException e) {
Expand Down

0 comments on commit 49020a2

Please sign in to comment.