Hi community,
I was running a workflow based on different tasks but also taking into account the existed cluster to execute those tasks, but I was getting error in configurations:
run failed with error message Library installation failed for library due to user error for whl: "/Workspace/Users/<user-mail>/.bundle/data_pipelines/stg/files/dist/data_pipelines-0.0.1-py3-none-any.whl" Error messages: Library installation attempted on the driver node of cluster 1213-225649-fslmwxpk and failed. User tried to install a wheel, but pip could not build the wheel successfully. Please check your wheel package contents and dependencies.. Error code: WHEEL_BUILD_ERROR. Error message: org.apache.spark.SparkException: Process List(/bin/su, libraries, -c, bash /local_disk0/.ephemeral_nfs/cluster_libraries/python/python_start_clusterwide.sh /local_disk0/.ephemeral_nfs/cluster_libraries/python/bin/pip install --upgrade /local_disk0/tmp/addedFilec83cde1956f94fb68ad0f2e34cd4b42013465877465959137763/rnc_data_pipelines-0.0.1-py3-none-any.whl --disable-pip-version-check) exited with code 1. ... *WARNING: message truncated. Skipped 3389 bytes of output**
How solve this error? And how to see the entire warning?