Skip to content

Instantly share code, notes, and snippets.

@vicenteg
Last active August 29, 2015 14:18
Show Gist options
  • Save vicenteg/9e7ff38070b8b073c77f to your computer and use it in GitHub Desktop.
Save vicenteg/9e7ff38070b8b073c77f to your computer and use it in GitHub Desktop.
Sample DFS profile for NYC Drill workshop
{
"type": "file",
"enabled": true,
"connection": "file:///",
"workspaces": {
"root": {
"location": "/",
"writable": false,
"defaultInputFormat": null
},
"tmp": {
"location": "/tmp",
"writable": true,
"defaultInputFormat": null
},
"spot": {
"location": "/tmp/spot_data",
"writable": true,
"defaultInputFormat": null
}
},
"formats": {
"psv": {
"type": "text",
"extensions": [
"tbl"
],
"delimiter": "|"
},
"csv": {
"type": "text",
"extensions": [
"csv"
],
"delimiter": ","
},
"tsv": {
"type": "text",
"extensions": [
"tsv"
],
"delimiter": "\t"
},
"parquet": {
"type": "parquet"
},
"json": {
"type": "json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment