Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
hardcoded opaque keys egg file to load on EMR cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
rao-abdul-mannan committed Jan 31, 2018
1 parent 2f14225 commit e99e83c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions edx/analytics/tasks/common/spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,4 @@ def run(self):
def main(self, sc, *args):
self.init_spark(sc)
self._load_internal_dependency_on_cluster() # load internal dependency for spark worker nodes on cluster
#return
#self.spark_job()
self.spark_job()

0 comments on commit e99e83c

Please sign in to comment.