You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/11/13 08:10:11 UTC

[jira] [Created] (BIGTOP-2136) A comment about parameter substitution in BPS_analytics.pig is slightly wrong

Kengo Seki created BIGTOP-2136:
----------------------------------

             Summary: A comment about parameter substitution in BPS_analytics.pig is slightly wrong
                 Key: BIGTOP-2136
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2136
             Project: Bigtop
          Issue Type: Bug
          Components: blueprints
            Reporter: Kengo Seki
            Priority: Trivial


The comment in BPS_analytics.pig says:

{code}
-- invoke with two arguments, the input file , and the output file. -input /bps/gen -output /bps/analytics
{code}

but parameters are substituted by -param option, such as:

{code}
$ pig -p input=bps/cleaned -p output=bps/analytics BPS_analytics.pig
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)