You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.json 429B

1234567891011121314151617
  1. {
  2. "cassandra_addresses": ["127.0.0.1"],
  3. "cassandra_port": 9042,
  4. "cassandra_keyspace": "distributedunionfind",
  5. "cassandra_catalog": "DUFCatalog",
  6. "setup_db_dir": "config/db",
  7. "setup_tables_dir": "config/db/tables",
  8. "setup_keyspace_dir": "config/db/keyspace",
  9. "tx_table_name": "transactions",
  10. "clusters_table_name": "clusters",
  11. "spark_master": "spark://osboxes:7077",
  12. "debug": true
  13. }