Hi Everyone!
I'm new in Azure ML and I am getting a error message that I wasn't able to solve.
I got the following message "Not exporting to RunHistory as the exporter is either stopped or there is no data."
The instance compute is on anb the dataset was added in the Azure ML
Follow the script :
1/06/22 12:21:47 Starting App Insight Logger for task: runTaskLet
2021/06/22 12:21:47 Version: 3.0.01622.0001 Branch: .SourceBranch Commit: 1141612
2021/06/22 12:21:47 Attempt 1 of http call to http://10.0.0.5:16384/sendlogstoartifacts/info
2021/06/22 12:21:47 Attempt 1 of http call to http://10.0.0.5:16384/sendlogstoartifacts/status
[2021-06-22T12:21:47.687869] Entering context manager injector.
[context_manager_injector.py] Command line Options: Namespace(inject=['ProjectPythonPath:context_managers.ProjectPythonPath', 'RunHistory:context_managers.RunHistory', 'TrackUserError:context_managers.TrackUserError'], invocation=['training/train_aml.py', '--model_name', 'prjVerzani_model.pkl', '--step_output', '/mnt/batch/tasks/shared/LS_root/jobs/mlops-vzn-aml-ws/azureml/53814dea-db07-448f-820a-1f3bc510c581/mounts/workspaceblobstore/azureml/53814dea-db07-448f-820a-1f3bc510c581/pipeline_data', '--dataset_version', 'latest', '--data_file_path', 'none', '--caller_run_id', 'none', '--dataset_name', 'verzani'])
Script type = None
[2021-06-22T12:21:48.081067] Entering Run History Context Manager.
[2021-06-22T12:21:48.983332] Current directory: /mnt/batch/tasks/shared/LS_root/jobs/mlops-vzn-aml-ws/azureml/53814dea-db07-448f-820a-1f3bc510c581/wd/azureml/53814dea-db07-448f-820a-1f3bc510c581
[2021-06-22T12:21:48.983550] Preparing to call script [training/train_aml.py] with arguments:['--model_name', 'prjVerzani_model.pkl', '--step_output', '/mnt/batch/tasks/shared/LS_root/jobs/mlops-vzn-aml-ws/azureml/53814dea-db07-448f-820a-1f3bc510c581/mounts/workspaceblobstore/azureml/53814dea-db07-448f-820a-1f3bc510c581/pipeline_data', '--dataset_version', 'latest', '--data_file_path', 'none', '--caller_run_id', 'none', '--dataset_name', 'verzani']
[2021-06-22T12:21:48.983571] After variable expansion, calling script [training/train_aml.py] with arguments:['--model_name', 'prjVerzani_model.pkl', '--step_output', '/mnt/batch/tasks/shared/LS_root/jobs/mlops-vzn-aml-ws/azureml/53814dea-db07-448f-820a-1f3bc510c581/mounts/workspaceblobstore/azureml/53814dea-db07-448f-820a-1f3bc510c581/pipeline_data', '--dataset_version', 'latest', '--data_file_path', 'none', '--caller_run_id', 'none', '--dataset_name', 'verzani']Running train_aml.py
Argument [model_name]: prjVerzani_model.pkl
Argument [step_output]: /mnt/batch/tasks/shared/LS_root/jobs/mlops-vzn-aml-ws/azureml/53814dea-db07-448f-820a-1f3bc510c581/mounts/workspaceblobstore/azureml/53814dea-db07-448f-820a-1f3bc510c581/pipeline_data
Argument [dataset_version]: latest
Argument [data_file_path]: none
Argument [caller_run_id]: none
Argument [dataset_name]: verzani
Getting training parameters
Parameters: {'n_estimators': 100, 'max_depth': 3, 'warm_start': True, 'random_state': 42}
2021/06/22 12:21:52 Not exporting to RunHistory as the exporter is either stopped or there is no data.
Stopped: false
OriginalData: 1
FilteredData: 0.
bash: line 1: 115 Killed /azureml-envs/azureml_ebb66c9c8565cab685eeed5fbcc8b544/bin/python $AZ_BATCHAI_JOB_TEMP/azureml/53814dea-db07-448f-820a-1f3bc510c581/azureml-setup/context_manager_injector.py "-i" "ProjectPythonPath:context_managers.ProjectPythonPath" "-i" "RunHistory:context_managers.RunHistory" "-i" "TrackUserError:context_managers.TrackUserError" "training/train_aml.py" "--model_name" "$AML_PARAMETER_model_name" "--step_output" "$AZUREML_DATAREFERENCE_pipeline_data" "--dataset_version" "$AML_PARAMETER_dataset_version" "--data_file_path" "$AML_PARAMETER_data_file_path" "--caller_run_id" "$AML_PARAMETER_caller_run_id" "--dataset_name" "verzani"
2021/06/22 12:22:11 Skipping parsing control script error. Reason: Error json file doesn't exist. This most likely means that no errors were written to the file. File path: /mnt/batch/tasks/workitems/ff9b58ce-7857-4d95-87be-5f16c783b667/job-1/53814dea-db07-448f-8_f9045680-fd73-4e1d-b941-e0b1eefbf3cb/wd/runTaskLetTask_error.json
2021/06/22 12:22:11 Wrapper cmd failed with err: exit status 137
2021/06/22 12:22:11 Attempt 1 of http call to http://10.0.0.5:16384/sendlogstoartifacts/status
2021/06/22 12:22:11 mpirun version string: {
Intel(R) MPI Library for Linux* OS, Version 2018 Update 3 Build 20180411 (id: 18329)
Copyright 2003-2018 Intel Corporation.
}
2021/06/22 12:22:11 MPI publisher: intel ; version: 2018
2021/06/22 12:22:11 Not exporting to RunHistory as the exporter is either stopped or there is no data.
Stopped: false
OriginalData: 2
FilteredData: 0.
2021/06/22 12:22:11 Process Exiting with Code: 137
2021/06/22 12:22:11 All App Insights Logs was send successfully