We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This process should create a jar that reads data from two sources in MongoDB:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This process should create a jar that reads data from two sources in MongoDB:
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.
The text was updated successfully, but these errors were encountered: