>
> Hi
>  i want some operation on pig;
>  I have two tables of data
>  Table1 contains userid,ipaddress, date
>  Table2 contains startip,endip
>
>  i want the data for the fallowing query
>   Table1.ipaddress>table2.startip &
> table1.ipaddress<table2.endip
>
>  how to write join or cogroup in pig using piglatin scripts
>
>  can any one help in this
>
>
>  thanks
> ramana
>

Reply via email to