Explorar el Código

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

Romain Rigaux hace 8 años
padre
commit
271f612458
Se han modificado 1 ficheros con 1 adiciones y 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': [],