[ 
https://issues.apache.org/jira/browse/BIGTOP-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477430#comment-13477430
 ] 

Johnny Zhang edited comment on BIGTOP-728 at 10/17/12 12:24 AM:
----------------------------------------------------------------

the current patch not really working, one difficult is that datafu depends on 
pigunit, but Pig project doesn't publish pigunit artifact, so
{noformat}
<dependency>
  <groupId>org.apache.pig</groupId>
  <artifactId>pigunit</artifactId>
  <version>0.10.0</version>
</dependency>
{noformat}
doesn't work so far. 
http://www.slideshare.net/SwissHUG/practical-pig-and-pig-unit-michael-noll-july-2012
 page 12
one way to do it is build pigunit in bigtop, or we have to pull from third 
party. What do you guys think?
                
      was (Author: dreambird):
    one difficult is that datafu depends on pigunit, but Pig project doesn't 
publish pigunit artifact, so
{noformat}
<dependency>
  <groupId>org.apache.pig</groupId>
  <artifactId>pigunit</artifactId>
  <version>0.10.0</version>
</dependency>
{noformat}
doesn't work so far. 
http://www.slideshare.net/SwissHUG/practical-pig-and-pig-unit-michael-noll-july-2012
 page 12
one way to do it is build pigunit in bigtop, or we have to pull from third 
party. What do you guys think?
                  
> add datafu integration test
> ---------------------------
>
>                 Key: BIGTOP-728
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-728
>             Project: Bigtop
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 0.4.0, 0.5.0
>            Reporter: Johnny Zhang
>            Assignee: Johnny Zhang
>             Fix For: 0.5.0
>
>         Attachments: BIGTOP-728.txt
>
>
> Bigtop starts to ship datafu since 0.4 release, we should add its test into 
> the existing integration test suite. I am working on a patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to