https://github.com/coveooss/blitz-2015
Corrigé de Blitz 2015
https://github.com/coveooss/blitz-2015
Last synced: about 2 months ago
JSON representation
Corrigé de Blitz 2015
- Host: GitHub
- URL: https://github.com/coveooss/blitz-2015
- Owner: coveooss
- License: apache-2.0
- Archived: true
- Created: 2015-01-12T14:08:38.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T21:00:28.000Z (over 1 year ago)
- Last Synced: 2025-03-01T07:30:49.862Z (3 months ago)
- Language: Java
- Size: 5.65 MB
- Stars: 4
- Watchers: 12
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blitz-2015
Corrigé de Blitz 2015## Pour rouler le AwesomeService
cd AwesomeService
mvn clean install
java -Dlisten -jar ./coveo-blitz-reference/target/awesomeservice.jar
ou
java -Dfile=path/to/mapreduce/result.json -jar ./coveo-blitz-reference/target/awesomeservice.jarVoir `sample.json` pour un example de résultat de map reduce.