Maven, in general, does some local caching to avoid htting the repo every time. It's possible this is why you're not seeing 1.5.1. On the command line you can for example add "mvn -U ..." Not sure of the equivalent in IntelliJ, but it will be updating the same repo IJ sees. Try that. The repo definitely has 1.5.1 as you can see.
On Thu, Oct 22, 2015 at 11:44 AM, William Li <a-...@expedia.com> wrote: > Thanks Deenar for your response. I am able to get the version 1.5.0 and > other lower version, they all fine but just not the 1.5.1. It’s hard to > believe it’s proxy settings settings. > > What is interesting is that the Intellij does a few things when downloading > this jar: putting into .m2 repository, creating pom etc. It was able to do > that successfully for all other version but not 1.5.1 > > I tred to download the jar manually and run the maven install, it also > errored out to say this packing is incomplete. > > > From: Deenar Toraskar <deenar.toras...@gmail.com> > Date: Thursday, October 22, 2015 at 10:36 AM > To: William Li <a-...@expedia.com> > Cc: "user@spark.apache.org" <user@spark.apache.org> > Subject: Re: Maven Repository Hosting for Spark SQL 1.5.1 > > I can see this artifact in public repos > http://mvnrepository.com/artifact/org.apache.spark/spark-sql_2.10/1.5.1 > > http://central.maven.org/maven2/org/apache/spark/spark-sql_2.10/1.5.1/spark-sql_2.10-1.5.1.jar > > check your proxy settings or the list of repos you are using. > > Deenar > > On 22 October 2015 at 17:48, William Li <a-...@expedia.com> wrote: >> >> >> Hi – I tried to download the Spark SQL 2.10 and version 1.5.1 from >> Intellij using the maven library: >> >> -Project Structure >> -Global Library, click on the + to select Maven Repository >> -Type in org.apache.spark to see the list. >> -The list result only shows version up to spark-sql_2.10-1.1.1 >> -I tried to manually typed in the version 1.5.1 but it doesn’t download >> the correct list of files needed. >> >> I can’t see the 1.5.1 version. So there seems to be some problem because >> Intellij reported that org.apache.spark:spark-sql_2.10-1.5.1 is not >> available or not complete. >> >> Does anyone know who to contact to verify that? >> >> >> Thanks, >> >> William. > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org