Skip to content

Commit

Permalink
Use custom manifest input format in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanJaveed84 committed Aug 3, 2016
1 parent e16e677 commit 80ce5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ seed_value = 42

[manifest]
threshold = 500
input_format = oddjob.ManifestTextInputFormat
input_format = org.edx.hadoop.input.ManifestTextInputFormat
lib_jar = s3://fake/oddjob.jar
path = /tmp/fake/manifest/

Expand Down
2 changes: 1 addition & 1 deletion edx/analytics/tasks/tests/acceptance/test_answer_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class BaseAnswerDistributionAcceptanceTest(AcceptanceTestCase):
"""Base class for setting up answer dist acceptance tests"""

INPUT_FILE = 'answer_dist_acceptance_tracking.log'
INPUT_FORMAT = 'oddjob.ManifestTextInputFormat'
INPUT_FORMAT = 'org.edx.hadoop.input.ManifestTextInputFormat'
NUM_REDUCERS = 1

def setUp(self):
Expand Down

0 comments on commit 80ce5d8

Please sign in to comment.