瀏覽代碼

HUE-6689 [pig] Fix the parameters in the examples

Romain Rigaux 8 年之前
父節點
當前提交
271f612458
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/pig/src/pig/management/commands/pig_setup.py

+ 1 - 1
apps/pig/src/pig/management/commands/pig_setup.py

@@ -53,7 +53,7 @@ class Command(NoArgsCommand):
 
 upper_case = FOREACH data GENERATE org.apache.pig.piggybank.evaluation.string.UPPER(text);
 
-STORE upper_case INTO '${output}';
+STORE upper_case INTO '$output';
 """
       snippet_properties = {
         'hadoopProperties': [],