forked from lsmyrnaios/UrlsController
Lampros Smyrnaios
1111c850b9
- Fix not giving the databaseName in the "ImpalaController.get10PublicationIdsTest()". - Improve consistency in the "maxAttemptsPerRecord" value, among different threads. Also, reduce the value-increase by one. - Check if the tableName string is empty, in the "mergeParquetFiles". - Improve error-logging. - Set some local variables to "final", optimizing code-execution by the JVM. |
||
---|---|---|
gradle/wrapper | ||
src/main | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
build.gradle | ||
installAndRun.sh | ||
settings.gradle |
README.md
UrlsController
This is the Controller's Application.
It receives requests coming from the workers , constructs an assignments-list with data received from a database and returns the list to the workers.
Then it receives the "WorkerReports" and writes them into the database.
The database used is the Impala .
[...]
To install and run the application, run git clone
.
Then, provide a file "S3_minIO_credentials.txt", inside the working directory.
In the "S3_minIO_credentials.txt" file, you should provide the endpoint, the accessKey, the secretKey, the region and the bucket, in that order, separated by comma.
Afterwards, execute the installAndRun.sh
script.
If you want to just run the app, then run the script with the argument "1": ./installAndRun.sh 1
.