Explorar o código

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

Romain Rigaux %!s(int64=8) %!d(string=hai) anos
pai
achega
271f612458
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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': [],