Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a CAMEO and JRC relation using Map Reduce #5

Open
SubhasisDutta opened this issue Feb 26, 2017 · 0 comments
Open

Create a CAMEO and JRC relation using Map Reduce #5

SubhasisDutta opened this issue Feb 26, 2017 · 0 comments
Labels

Comments

@SubhasisDutta
Copy link
Owner

SubhasisDutta commented Feb 26, 2017

This process should create a jar that reads data from two sources in MongoDB:

  1. JRC data table (JRC_Names)
  2. CAMEO data table (CAMEO_Data)

and create a file that has
guid, guid from JRC_Names, guid from CAMEO_Data, CAMEO file type, CAMEO recod identifier,JRC record ID,compare sting

For reference see:
https://github.com/SubhasisDutta/CAMEO-JRC-Database/blob/master/data/cameo_jrc/cameo_CountryActors_with_jrc.txt

The batch code to generate this data is at:
https://github.com/SubhasisDutta/CAMEO-JRC-Database/blob/master/src/CameoJRCRelationService.py
We will need to convert this logic to Map Reduce Code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant