All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.batch.baseballStats.baseballStats_offline_table_config.json Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
{
  "tableName": "baseballStats",
  "tableType": "OFFLINE",
  "segmentsConfig": {
    "segmentPushType": "APPEND",
    "segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy",
    "schemaName": "baseball",
    "replication": "1"
  },
  "tenants": {
  },
  "tableIndexConfig": {
    "loadMode": "HEAP",
    "invertedIndexColumns": [
      "playerID",
      "teamID"
    ]
  },
  "metadata": {
    "customConfigs": {
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy