Error 0068
Updated: June 14, 2017
Error 0068
Exception occurs if the specified Hive script is not correct.
This error in Azure Machine Learning occurs if there are syntax errors in a Hive QL script, or if the Hive interpreter encounters an error while executing the query or script.
The error message from Hive is normally reported back in the Error Log so that you can take action based on the specific error.
- Open the module and inspect the query for mistakes.
- Verify that the query works correctly outside of Azure Machine Learning by logging in to the Hive console of your Hadoop cluster and running the query.
- Try placing comments in your Hive script in a separate line as opposed to mixing executable statements and comments in a single line.
Resources
See the following articles for help with Hive queries for machine learning:
- Create Hive tables and load data from Azure Blob Storage
- Explore data in tables with Hive queries
- Create features for data in an Hadoop cluster using Hive queries
- Hive for SQL Users Cheat Sheet (PDF)
| Exception Messages |
|---|
| Hive script is incorrect. |
| Hive script {0} is not correct. |
Need more help or troubleshooting tips for Azure Machine Learning? Try these resources: |
Show: