Skip to content

Commit

Permalink
fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
satendrakumar authored Nov 6, 2018
1 parent f1cfae9 commit d935b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case class Sink(`type`: String, meta: Map[String, String])
|{
| "source": {
| "type": "CSV",
| "path": "/home/satendra/decooda/testing-csv",
| "path": "/home/satendra/data/testing-csv",
| "meta":{"text_field":"text","date_field": "date","author_field":"author_name" }
| },
|
Expand Down

0 comments on commit d935b9b

Please sign in to comment.