Code Monkey home page Code Monkey logo

Comments (4)

harikrishnag avatar harikrishnag commented on June 20, 2024

Getting the same error.

from reference-apps.

vidaha avatar vidaha commented on June 20, 2024

Is this the dependency you added to the pom?

    <dependency> <!-- Apache Commons IO -->
        <groupId>commons-io</groupId>
        <artifactId>commons-io</artifactId>
        <version>2.4</version>
    </dependency>

from reference-apps.

XorBiTangent avatar XorBiTangent commented on June 20, 2024

This dependency below was the one I added. However, I later discovered that it was a problem in the dependency tree. So I restored the original pom, and I actually ended up being able to build by using a hacky workaround. Something in the dependency tree requires the 2.4 version, but the dependency that is specified is 2.1. So I ended up copying the 2.4 jar into my maven repository under the name of the 2.1 jar, and then it was able to compile. I haven't had time to trace through to find the source of the conflicting dependencies, to determine if it is an included project that is the source of the conflict.

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-io</artifactId>
    <version>2.4</version>
</dependency>

from reference-apps.

vnkmr7620 avatar vnkmr7620 commented on June 20, 2024

i am also getting same error as XorBiTangent error. but i followed vidaha method, now mvn is build successfule after that,

${YOUR_SPARK_HOME}/bin/spark-submit

  • --class "com.databricks.apps.logs.LogAnalyzerAppMain"
    
  • --master local[4]
    
  • target/uber-log-analyzer-1.0.jar
    
  • --logs_directory /tmp/logs
    
  • --output_html_file /tmp/log_stats.html
    

i found the above commands for execution and i tried and when i opened chrome with localhost it is not showing anything. would you please tell us how to execute after maven build

from reference-apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.