You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When prepared sql/aggregation, I got "No such file found" exception. I tracked down to "autogen/src/main/java/HiBench/Visit.java", there is a line,
"new BufferedReader(new FileReader(cachePath.toString());". It's not correct since cachePath.toString has "file:/" prefix prepended to file path which cannot be recognized by Java File.
The text was updated successfully, but these errors were encountered:
jiafuzha
added a commit
to jiafuzha/HiBench
that referenced
this issue
Aug 30, 2021
When prepared sql/aggregation, I got "No such file found" exception. I tracked down to "autogen/src/main/java/HiBench/Visit.java", there is a line,
"new BufferedReader(new FileReader(cachePath.toString());". It's not correct since cachePath.toString has "file:/" prefix prepended to file path which cannot be recognized by Java File.
The text was updated successfully, but these errors were encountered: