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

ANTLR Tool Incompatible version #4169

Open
study-day opened this issue Jul 6, 2021 · 1 comment
Open

ANTLR Tool Incompatible version #4169

study-day opened this issue Jul 6, 2021 · 1 comment

Comments

@study-day
Copy link

spark version 2.3.4 use ANTLR Tool version 4.7 ,but carbondata use ANTLR 4.8
An error occurred in the spark sql , please use version 4.7
error log
ANTLR Tool version 4.7 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.7 used for parser compilation does not match the current runtime version 4.8ANTLR Tool version 4.7 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.7 used for parser compilation does not match the current runtime version 4.8Error in query:
Operation not allowed: STORED AS with file format 'carbondata'(line 6, pos 10)

@ShreelekhyaG
Copy link
Contributor

Hi, you can use ANTLR 4.7 version with carbondata also. It would just throw a warning.
And the main error is Operation not allowed: STORED AS with file format 'carbondata'(line 6, pos 10) means its not able to find carbondata jars, Please check if CarbonExtensions property and carbondata jars path is configured properly.
Can refer: https://carbondata.apache.org/quick-start-guide.html

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

No branches or pull requests

2 participants