Pig tutorial documentation needs to update about building tutorial
------------------------------------------------------------------

                 Key: PIG-2342
                 URL: https://issues.apache.org/jira/browse/PIG-2342
             Project: Pig
          Issue Type: Bug
          Components: documentation
    Affects Versions: 0.9.0
            Reporter: Ashutosh Chauhan
             Fix For: 0.9.1


Step 4 says:
{code}
Edit the build.xml file in the tutorial directory.

Change this:   <property name="pigjar" value="../pig.jar" />
To this:       <property name="pigjar" value="../pig-0.9.1-core.jar" />

{code}

This should read as:
{code}
Edit the build.xml file in the tutorial directory.

Change this:   <property name="pigjar" value="../pig.jar" />
To this:       <property name="pigjar" value="../pig-0.9.1.jar" />

{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to