diff --git a/scripts/rowcount.pig b/scripts/rowcount.pig index 398cc93..185c091 100644 --- a/scripts/rowcount.pig +++ b/scripts/rowcount.pig @@ -1,6 +1,6 @@ %default CF account - +%For LOAD command, 'cassandra:///' -- This script simply gets a row count of the given column family rows = LOAD 'cassandra://pygmalion/$CF' USING CassandraStorage(); counted = foreach (group rows all) generate COUNT($1); -dump counted; \ No newline at end of file +dump counted;