spark-on-lambda icon indicating copy to clipboard operation
spark-on-lambda copied to clipboard

Apache Spark on AWS Lambda

Results 28 spark-on-lambda issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-servlets](https://github.com/eclipse/jetty.project) from 9.2.16.v20160414 to 9.4.41.v20210516. Release notes Sourced from jetty-servlets's releases. 9.4.41.v20210516 Changelog This release resolves CVE-2021-28169 #6099 Cipher preference may break SNI if certificates have different key types...

dependencies

Bumps httpclient from 4.5.2 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.2&new-version=4.5.13)](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...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=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...

dependencies

Bumps `fasterxml.jackson.version` from 2.6.5 to 2.12.1. Updates `jackson-databind` from 2.6.5 to 2.12.1 Commits See full diff in compare view Updates `jackson-annotations` from 2.6.5 to 2.12.1 Commits See full diff in...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

in the example I have attached the following problem appears, which seems to be related to the management of shuffle in spark in the s3 context. Did I confirm that...

Hello, I'm trying to install spark on lambda. When I run ./dev/make-distribution.sh --name spark-lambda-2.1.0 --tgz -Phive -Phadoop-2.7 -Dhadoop.version=2.6.0-qds-0.4.13 -DskipTests The Project Launcher fails and I get the following error. [ERROR]...

I have been struggling with setting up this framework on my EC2 server. I tried the best to follow the instruction of both this repo and also faromero's forked repo,...

I am using the Python example [python/ml/kmeans_example.py](https://github.com/qubole/spark-on-lambda/blob/lambda-2.1.0/examples/src/main/python/ml/kmeans_example.py). This file has a hard-coded path 'data/mllib/sample_kmeans_data.txt'. Now when I run `./bin/spark-submit --master lambda://test examples/src/main/python/ml/kmeans_example.py` under the driver folder, Spark's log shows `java.io.FileNotFoundException:...

Idea here is creating a docker image for Spark on Lambda so that Spark Driver can be spun up on either AWS ECS or on Fargate. It would be nicer...