Re: [VOTE] Shall we release ORC 1.4.5rc1?

2019-12-06 Thread Hyukjin Kwon
+1 (as a Spark user) 2019년 12월 7일 (토) 오전 11:06, Dongjoon Hyun 님이 작성: > +1 for Apache ORC 1.4.5 release. > > Thank you for making the release. > > I'd like to mention some notable changes here. > Apache ORC 1.4.5 is not a drop-in replacement for 1.4.4 because of the > following. > >

Re: [VOTE] Shall we release ORC 1.4.5rc1?

2019-12-06 Thread Dongjoon Hyun
+1 for Apache ORC 1.4.5 release. Thank you for making the release. I'd like to mention some notable changes here. Apache ORC 1.4.5 is not a drop-in replacement for 1.4.4 because of the following. ORC-498: ReaderImpl and RecordReaderImpl open separate file handles. Applications should be

Re: Is it feasible to build and run Spark on Windows?

2019-12-06 Thread Deepak Vohra
 As multiple guava versions are found exclude guava from all the dependecies it could have been downloaded with. And explicitly add a recent guava version.         org.apache.hadoop        hadoop-common         3.2.1                                com.google.guava             guava            

Re: Is it feasible to build and run Spark on Windows?

2019-12-06 Thread Ping Liu
Hi Deepak, Following your suggestion, I put exclusion of guava in topmost POM (under Spark home directly) as follows. 2227- 2228- 2229-org.apache.hadoop 2230:hadoop-common 2231-3.2.1 2232- 2233- 2234-com.google.guava 2235-