Commit 3963d379 by Brian Wilson Committed by Gerrit Code Review

Merge "Calculate number of users per country."

parents f0196c12 e6e930c0
...@@ -7,6 +7,7 @@ numpy==1.8.0 ...@@ -7,6 +7,7 @@ numpy==1.8.0
oursql==0.9.3.1 oursql==0.9.3.1
pandas==0.13.0 pandas==0.13.0
pbr==0.5.23 pbr==0.5.23
pygeoip==0.3.1
python-cjson==1.0.5 python-cjson==1.0.5
stevedore==0.14.1 stevedore==0.14.1
tornado==3.1.1 tornado==3.1.1
......
...@@ -32,6 +32,7 @@ edx.analytics.tasks = ...@@ -32,6 +32,7 @@ edx.analytics.tasks =
sqoop-import = edx.analytics.tasks.sqoop:SqoopImportFromMysql sqoop-import = edx.analytics.tasks.sqoop:SqoopImportFromMysql
dump-student-module = edx.analytics.tasks.database_exports:StudentModulePerCourseTask dump-student-module = edx.analytics.tasks.database_exports:StudentModulePerCourseTask
export-student-module = edx.analytics.tasks.database_exports:StudentModulePerCourseAfterImportWorkflow export-student-module = edx.analytics.tasks.database_exports:StudentModulePerCourseAfterImportWorkflow
last-country = edx.analytics.tasks.user_location:LastCountryForEachUser
mapreduce.engine = mapreduce.engine =
hadoop = edx.analytics.tasks.mapreduce:MapReduceJobRunner hadoop = edx.analytics.tasks.mapreduce:MapReduceJobRunner
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment