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
{{ message }}
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
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.