This section contains information related to application development for ecosystem components and MapR products including
MapR Database (binary and JSON), MapR Filesystem, and MapR Streams.
sudo -u mapr pig
grunt> A = LOAD '/test_pig.data' using PigStorage(',') AS (first_name:chararray, last_name:chararray);
grunt> store A into '/output/A' using OrcStorage('');