benchflow / data-transformers

Spark scripts utilised to transform data to the BenchFlow internal formats
Other
0 stars 0 forks source link

Improve the way scripts take arguments #67

Closed Cerfoglg closed 8 years ago

Cerfoglg commented 8 years ago

To avoid having the issue of sending many arguments to the scripts that are then retrieved in a very specific order, send a JSON string in a single argument that the scripts can easily parse and read what they need from.