Because Pig's overall adoption is low. 80% of Hadoop jobs last time I checked were written in Hive. Besides Pig's extensibility story is not that good. But I am glad you like Pig, because Pig is supported in the system…
Actually U-SQL gives you the ability to map files to a virtual table (aka view :)). CREATE VIEW V AS EXTRACT <insert schema here> FROM "/a/b/{*}.csv" USING Extractors.Csv(); If the data is more complex, you can write…
Because Pig's overall adoption is low. 80% of Hadoop jobs last time I checked were written in Hive. Besides Pig's extensibility story is not that good. But I am glad you like Pig, because Pig is supported in the system…
Actually U-SQL gives you the ability to map files to a virtual table (aka view :)). CREATE VIEW V AS EXTRACT <insert schema here> FROM "/a/b/{*}.csv" USING Extractors.Csv(); If the data is more complex, you can write…