1e04f86531
To make things more convenient for users of the JSON EDP examples, doc and JSON payloads have been modified to use the same tree structure as the edp-examples themselves, allowing one upload to Swift. Change-Id: I114a6e93cb0194eab72edb065e712b9976c6b60e
11 lines
280 B
JSON
11 lines
280 B
JSON
{
|
|
"name": "demo-pig-output",
|
|
"description": "A data source for Pig output, stored in Swift",
|
|
"type": "swift",
|
|
"url": "swift://edp-examples.sahara/edp-pig/trim-spaces/data/output",
|
|
"credentials": {
|
|
"user": "demo",
|
|
"password": "password"
|
|
}
|
|
}
|