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
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Found one issue in a clear environment.
It would report the below error:
[ERROR] Failed to execute goal on project spark-arrow-datasource-common: Could not resolve dependencies for project com.intel.oap:spark-arrow-datasource-common:jar:1.1.0: Failure to find org.apache.arrow:arrow-dataset:jar:3.0.0 in http://scala-tools.org/repo-releases was cached in the local repository
The root cause is the dependency check for arrow-dataset is under parent pom and before arrow installation.
We should move the arrow-dataset dependency check after arrow installation.
The text was updated successfully, but these errors were encountered:
Found one issue in a clear environment.
It would report the below error:
[ERROR] Failed to execute goal on project spark-arrow-datasource-common: Could not resolve dependencies for project com.intel.oap:spark-arrow-datasource-common:jar:1.1.0: Failure to find org.apache.arrow:arrow-dataset:jar:3.0.0 in http://scala-tools.org/repo-releases was cached in the local repository
The root cause is the dependency check for arrow-dataset is under parent pom and before arrow installation.
We should move the arrow-dataset dependency check after arrow installation.
The text was updated successfully, but these errors were encountered: