Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE_682 Failed to prepare sql/aggregation due to code error #683

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jiafuzha
Copy link
Contributor

@jiafuzha jiafuzha commented 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.

@jiafuzha
Copy link
Contributor Author

@carsonwang , please help review

@carsonwang
Copy link
Collaborator

It is not clear where "file:/" comes from, can you please explain? Also, does the code work on HDFS in your environment as I did run them before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants