浏览代码

[pig] Do not ship piggybank anymore

Romain Rigaux 11 年之前
父节点
当前提交
2627875f3d
共有 3 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      apps/pig/examples/empty
  2. 二进制
      apps/pig/examples/lib/piggybank.jar
  3. 1 1
      apps/pig/src/pig/fixtures/initial_pig_examples.json

+ 0 - 0
apps/pig/examples/empty


二进制
apps/pig/examples/lib/piggybank.jar


+ 1 - 1
apps/pig/src/pig/fixtures/initial_pig_examples.json

@@ -11,7 +11,7 @@
     "pk": 1100713,
     "model": "pig.pigscript",
     "fields": {
-      "data": "{\"job_id\": null, \"parameters\": [], \"script\": \"REGISTER piggybank.jar;\\n\\n\\ndata = LOAD '/user/hue/pig/examples/data/midsummer.txt' as (text:CHARARRAY);\\n\\nupper_case =  FOREACH data GENERATE org.apache.pig.piggybank.evaluation.string.UPPER(text);\\n\\n\\nSTORE upper_case INTO '$output' ;\\n\", \"properties\": [], \"hadoopProperties\": [], \"resources\": [{\"type\": \"file\", \"value\": \"/user/hue/pig/examples/lib/piggybank.jar\"}], \"name\": \"UpperText (example)\"}"
+      "data": "{\"job_id\": null, \"parameters\": [], \"script\": \"data = LOAD '/user/hue/pig/examples/data/midsummer.txt' as (text:CHARARRAY);\\n\\n\\nupper_case = FOREACH data GENERATE org.apache.pig.piggybank.evaluation.string.UPPER(text);\\n\\n\\nSTORE upper_case INTO '$output' ;\\n\", \"properties\": [], \"hadoopProperties\": [], \"resources\": [], \"name\": \"UpperText (example)\"}"
     }
   }
 ]