8000 bootstrap and build issues · Issue #3 · ggear/cloudera-framework · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
bootstrap and build issues #3
Open
@manojsundaram

Description

@manojsundaram

Graham,
Faced a few issues while doing a bootstrap and build on a fresh centOS 7.4 machine. Impact is likely to all OSes.

  1. Manually install Java 8
  2. Manually install pip
  3. on the bootstrap.sh,
    * python -m nltk.downloader all
    * /usr/bin/python: No module named nltk
  I manually installed it
    * pip install nltk=3.2.3
    * cloudera-framework/cloudera-framework-parent/cloudera-framework-example/cloudera-framework-example-5/target/test-python/conda.yml has dependency on 3.2.3
  1. missing conda in bootstrap, so build failure:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (conda-create) on project cloudera-framework-example-5: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "conda" (in directory "/root/cloudera-framework/cloudera-framework-parent/cloudera-framework-example/cloudera-framework-example-5"): error=2, No such file or directory
[ERROR] around Ant part ...<exec failonerror="false" executable="conda">... @ 4:48 in /root/cloudera-framework/cloudera-framework-parent/cloudera-framework-example/cloudera-framework-example-5/target/antrun/build-main.xml
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (conda-create) on project cloudera-framework-example-5: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "conda" (in directory "/root/cloudera-framework/cloudera-framework-parent/cloudera-framework-example/cloudera-framework-example-5"): error=2, No such file or directory
around Ant part ...<exec failonerror="false" executable="conda">... @ 4:48 in /root/cloudera-framework/cloudera-framework-parent/cloudera-framework-example/cloudera-framework-example-5/target/antrun/build-main.xml

Will submit a patch by next week

49AB

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0