Ver Fonte

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

Romain Rigaux há 8 anos atrás
pai
commit
271f612458
1 ficheiros alterados com 1 adições e 1 exclusões
  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': [],