H,
I am looking for any example for schema validation for data.
Is it possible to do using cascading or scalding.
For example
Name:String , Age:Int
We say our data should confirm to above schema
then we can validate if data really is of that type
Thanks