Mercurial > hg > dml-open-backendtools
annotate pyspark/ilm/server.cfg @ 0:e34cf1b6fe09 tip
commit
author | Daniel Wolff |
---|---|
date | Sat, 20 Feb 2016 18:14:24 +0100 |
parents | |
children |
rev | line source |
---|---|
Daniel@0 | 1 [Files] |
Daniel@0 | 2 |
Daniel@0 | 3 [Audio Files] |
Daniel@0 | 4 audio-file-size-limit = 100 |
Daniel@0 | 5 audio-prefix = /media |
Daniel@0 | 6 |
Daniel@0 | 7 [Sonic Annotator] |
Daniel@0 | 8 output-dir = /media/data |
Daniel@0 | 9 vamp-transform-list = transform_list.txt |
Daniel@0 | 10 |
Daniel@0 | 11 [Commercial Asset Database] |
Daniel@0 | 12 host = localhost |
Daniel@0 | 13 user = ??? |
Daniel@0 | 14 passwd = ??? |
Daniel@0 | 15 name = ??? |
Daniel@0 | 16 tablename = ??? |
Daniel@0 | 17 |
Daniel@0 | 18 [Queries] |
Daniel@0 | 19 sql-start = 0 |
Daniel@0 | 20 sql-limit = 1000000 |
Daniel@0 | 21 genre-id = 16 |
Daniel@0 | 22 |
Daniel@0 | 23 [Spark] |
Daniel@0 | 24 num-cores = 20 |
Daniel@0 | 25 memory = 100g |
Daniel@0 | 26 |
Daniel@0 | 27 [Application] |
Daniel@0 | 28 array-step-size = 1000 |