Browse Source

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

Romain Rigaux 8 năm trước cách đây
mục cha
commit
271f612458
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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': [],