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
Travis builds fail due to missing com.hadoop.gplcompression:hadoop-lzo:jar:0.4.16. See details in the Travis log. Issue is reproducible locally be removing hadoop-lzo from the local maven repository and starting the build.
See more details about the issue in the hadoop-lzo bug tracking.
hadoop-lzo is not required for build/test parquet-mr; it is a transitive dependency pulled in by elephant-bird-core. Possible fix is to exclude hadoop-lzo from the dependency tree.
Travis builds fail due to missing
com.hadoop.gplcompression:hadoop-lzo:jar:0.4.16
. See details in the Travis log. Issue is reproducible locally be removinghadoop-lzo
from the local maven repository and starting the build.See more details about the issue in the hadoop-lzo bug tracking.
hadoop-lzo
is not required for build/test parquet-mr; it is a transitive dependency pulled in byelephant-bird-core
. Possible fix is to excludehadoop-lzo
from the dependency tree.Reporter: Gabor Szadovszky / @gszadovszky
Assignee: Gabor Szadovszky / @gszadovszky
Related issues:
PRs and other links:
Note: This issue was originally created as PARQUET-1691. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: