Skip to content

Commit

Permalink
Merge pull request #1222 from GoogleCloudPlatform/fix_aws_spark_service
Browse files Browse the repository at this point in the history
Fix aws spark service
  • Loading branch information
asaksena authored Nov 29, 2016
2 parents 9e4423c + 9c2260a commit 5e7f992
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
*.swp
/perfkitbenchmarker.egg-info
/.tox
*.iml
/.idea
/*git_ignore*
1 change: 1 addition & 0 deletions perfkitbenchmarker/linux_benchmarks/spark_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
boot_disk_size: 500
AWS:
machine_type: m4.xlarge
zone: us-east-1a
vm_count: 2
"""

Expand Down
2 changes: 1 addition & 1 deletion perfkitbenchmarker/providers/aws/aws_emr.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class AwsEMR(spark_service.BaseSparkService):
"""

CLOUD = providers.AWS
SPARK_SAMPLE_LOCATION = '/usr/lib/spark/examples/jars/spark-examples.jar'
SPARK_SAMPLE_LOCATION = '/usr/lib/spark/lib/spark-examples.jar'
SERVICE_NAME = 'emr'

def __init__(self, spark_service_spec):
Expand Down

0 comments on commit 5e7f992

Please # to comment.