From a8a34a8b51a40f1db189b5c664139bc59b56ade9 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Mon, 2 Sep 2013 20:43:51 -0400 Subject: Add support for Apache Pig [from Clay B] - https://sourceforge.net/p/sloccount/patches/16/ --- testcode/test.pig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testcode/test.pig (limited to 'testcode') diff --git a/testcode/test.pig b/testcode/test.pig new file mode 100644 index 0000000..38de841 --- /dev/null +++ b/testcode/test.pig @@ -0,0 +1,7 @@ +--This is a short example Pig script + +/* This should have only two lines of actual code */ + +foo = LOAD '/etc/passwd' USING PigStorage(':'); + +DUMP foo -- cgit v1.2.1