reference-apps
reference-apps copied to clipboard
Spark reference applications
Bumps commons-io from 2.4 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
When I follow the README file's steps one by one, after I run spark-submit, I got the error: ERROR Executor: Exception in task 1.0 in stage 0.0 (TID 1).java.lang.RuntimeException: Error...
That's kinda *really* important no? https://databricks.gitbooks.io/databricks-spark-reference-applications/content/LICENSE/
Using jdk8, Maven 3.3.3, Eclipse Mars Release (4.5.0), Log-Analyzer application Trying to import a Maven project into eclipse (Import 'existing Maven project'). Getting error: CoreException: Could not calculate build plan:...
While running the sample WeatherApp I get the following exception while (embedded) Kafka is trying to connect to the ZooKeeper instance. Pls advice me to resolve this issue. [INFO] [2016-11-28...
There are examples illustrating Streaming with SQL processing. I suppose, in Spark 2 the preferred way of processing streaming data with SQL queries is [Spark Structured Streaming](https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html). Makes sense to...
Guidelines to run examples force user to run Spark local master with 4 cores: `--master local[4]` Real number of logical cores may differ from user to user. It would be...
As Spark 2 is not a breaking news anymore, it's time to make reference apps working with it. I can see at least the following things to do: - Use...
Hi, Guys! I tried the Log Analyzer examples. In particular the LogAnalyzerSql one. I include in my classpath spark-core_2.10.1.6.1 as well as spark-sql_2.10.1.6.2 but I keep getting compilation errors: cannot...