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
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: