Skip to content

Commit

Permalink
HPCC4J-502 Update RDF2HPCC deps
Browse files Browse the repository at this point in the history
- Updates wsclient dep to cve patched version
- Updates target java version
- Updates wsclient API references
- Does not set query limits

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
  • Loading branch information
rpastrana committed Feb 14, 2023
1 parent bb5f469 commit 791a27e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ public String getRDFStats()
WorkunitWrapper wu = new WorkunitWrapper();
wu.setECL(eclstats + "\n output(RdfTypeStats('~" + targetHPCCFilePath + "'));");
wu.setCluster(targetECLCluster);
wu.setResultLimit(100);
wu.setMaxMonitorMillis(eclmaxwaitMS);

eclreturn = wuClient.createAndRunWUFromECLAndGetResults(wu);
Expand Down

0 comments on commit 791a27e

Please sign in to comment.