Re: How to test https://issues.apache.org/jira/browse/SPARK-10648 fix

2015-12-03 Thread Madabhattula Rajesh Kumar
Hi JB and Ted, Thank you very much for the steps Regards, Rajesh On Thu, Dec 3, 2015 at 8:16 PM, Ted Yu wrote: > See this thread for Spark 1.6.0 RC1 > > > http://search-hadoop.com/m/q3RTtKdUViYHH1b1=+VOTE+Release+Apache+Spark+1+6+0+RC1+ > > Cheers > > On Thu, Dec 3, 2015

How to test https://issues.apache.org/jira/browse/SPARK-10648 fix

2015-12-03 Thread Madabhattula Rajesh Kumar
Hi Team, Looks like this issue is fixed in 1.6 release. How to test this fix? Is any jar is available? So I can add that jar in dependency and test this fix. (Or) Any other way, I can test this fix in 1.15.2 code base. Could you please let me know the steps. Thank you for your support Regards,

Re: How to test https://issues.apache.org/jira/browse/SPARK-10648 fix

2015-12-03 Thread Jean-Baptiste Onofré
Hi Rajesh, you can check codebase and build yourself in order to test: git clone https://git-wip-us.apache.org/repos/asf/spark cd spark mvn clean package -DskipTests You will have bin, sbin and conf folders to try it. Regards JB On 12/03/2015 09:39 AM, Madabhattula Rajesh Kumar wrote: Hi

Re: How to test https://issues.apache.org/jira/browse/SPARK-10648 fix

2015-12-03 Thread Ted Yu
See this thread for Spark 1.6.0 RC1 http://search-hadoop.com/m/q3RTtKdUViYHH1b1=+VOTE+Release+Apache+Spark+1+6+0+RC1+ Cheers On Thu, Dec 3, 2015 at 12:39 AM, Madabhattula Rajesh Kumar < mrajaf...@gmail.com> wrote: > Hi Team, > > Looks like this issue is fixed in 1.6 release. How to test this