You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by lulynn_2008 <lu...@163.com> on 2011/08/12 09:03:10 UTC

why jsp-api-2.1-6.1.14 is included in pig-0.8.1-SNAPSHOT.jar?

 Hello,
In pig-0.8.1/src directory, I did not find any java file import javax.servlet.jsp... So my question is: why jsp-api-2.1-6.1.14 is included in pig-0.8.1-SNAPSHOT.jar?
Can I replace it with jsp-api-2.1.jsp?
Thank you.

Re: why jsp-api-2.1-6.1.14 is included in pig-0.8.1-SNAPSHOT.jar?

Posted by Dmitriy Ryaboy <dv...@gmail.com>.
We should probably move that dependency to contrib if it's only used by
contrib.

2011/8/17 Thejas Nair <th...@hortonworks.com>

> Some load/store functions in  contrib are using it  - under
> trunk/contrib//piggybank/java/**src/main/java/org/apache/pig/**piggybank/storage
>
>
> If you don't use that store func, you probably don't need it at all. I am
> not sure of the differences between the versions you mention, but it looks
> like a minor version change that should be ok. (I assume you are talking
> about replacing it in your local build.)
>
>
> -Thejas
>
>
>
> On 8/12/11 12:03 AM, lulynn_2008 wrote:
>
>>  Hello,
>> In pig-0.8.1/src directory, I did not find any java file import
>> javax.servlet.jsp... So my question is: why jsp-api-2.1-6.1.14 is included
>> in pig-0.8.1-SNAPSHOT.jar?
>> Can I replace it with jsp-api-2.1.jsp?
>> Thank you.
>>
>>
>

Re: why jsp-api-2.1-6.1.14 is included in pig-0.8.1-SNAPSHOT.jar?

Posted by Thejas Nair <th...@hortonworks.com>.
Some load/store functions in  contrib are using it  - under 
trunk/contrib//piggybank/java/src/main/java/org/apache/pig/piggybank/storage 


If you don't use that store func, you probably don't need it at all. I 
am not sure of the differences between the versions you mention, but it 
looks like a minor version change that should be ok. (I assume you are 
talking about replacing it in your local build.)


-Thejas


On 8/12/11 12:03 AM, lulynn_2008 wrote:
>   Hello,
> In pig-0.8.1/src directory, I did not find any java file import javax.servlet.jsp... So my question is: why jsp-api-2.1-6.1.14 is included in pig-0.8.1-SNAPSHOT.jar?
> Can I replace it with jsp-api-2.1.jsp?
> Thank you.
>