Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-dev] Problem building quickstart tutorial code

Thanks for the help Jim

On Fri, Jun 19, 2015 at 5:58 PM, Jim Hughes <jnh5y@xxxxxxxx> wrote:
Hi Scott,

Thanks for mentioning this.  There are a few solutions I can offer:

1.  I cooked up a quick branch of the geomesa-quickstart tutorial (jnh_rc7) which may help find the GeoMesa rc.7 artifacts at the LocationTech Nexus repo.  (Various folks have had issues with the LT Nexus repo, so if you see any errors, I'd suggest moving on to ...)

2.  You can build the GeoMesa rc.7 release candidate locally.  You'd start by checking out this commit: https://github.com/locationtech/geomesa/commit/9bdc669a5b7812f951be1d4e3894df5a9404d0ad or downloading a source bundle here: https://github.com/locationtech/geomesa/releases/tag/geomesa-accumulo1.5-1.0.0-rc.7.

As a note, the GeoMesa build is likely best done on a Linux box.

As a third option, you could manually download the two missing jars from the LT Nexus and then manually install to your local m2 repository.

Thanks again, and let us know if that doesn't work for you,

Jim


On 06/19/2015 04:39 PM, Scott wrote:
Hello,

  I have Accumulo 1.5 running on a HortonWorks 2.2 Sandbox. I believe the install of GeoMesa 1.0.0-rc.7 worked properly. I'm trying to run the maven build for the tutorial according to the quickstart. I tried with the plain pom.xml and with the pom.xml updated with the proper GeoMesa version. It looks like it can't find the resources it needs.

  Any ideas?

Thanks,

Scott

[INFO] ------------------------------------------------------------------------
[INFO] Building geomesa-quickstart 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geomesa/geomesa-core-accumulo1.5/1.0.0-rc.7/geomesa-core-accumulo1.5-1.0.0-rc.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/geomesa/geomesa-core-accumulo1.5/1.0.0-rc.7/geomesa-core-accumulo1.5-1.0.0-rc.7.pom
[WARNING] The POM for org.locationtech.geomesa:geomesa-core-accumulo1.5:jar:1.0.0-rc.7 is missing, no dependency information available
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geomesa/geomesa-utils-accumulo1.5/1.0.0-rc.7/geomesa-utils-accumulo1.5-1.0.0-rc.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/geomesa/geomesa-utils-accumulo1.5/1.0.0-rc.7/geomesa-utils-accumulo1.5-1.0.0-rc.7.pom
[WARNING] The POM for org.locationtech.geomesa:geomesa-utils-accumulo1.5:jar:1.0.0-rc.7 is missing, no dependency information available
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geomesa/geomesa-core-accumulo1.5/1.0.0-rc.7/geomesa-core-accumulo1.5-1.0.0-rc.7.jar
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geomesa/geomesa-utils-accumulo1.5/1.0.0-rc.7/geomesa-utils-accumulo1.5-1.0.0-rc.7.jar
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/geomesa/geomesa-core-accumulo1.5/1.0.0-rc.7/geomesa-core-accumulo1.5-1.0.0-rc.7.jar
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/geomesa/geomesa-utils-accumulo1.5/1.0.0-rc.7/geomesa-utils-accumulo1.5-1.0.0-rc.7.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.311 s
[INFO] Finished at: 2015-06-19T20:32:35+00:00
[INFO] Final Memory: 12M/113M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project geomesa-quickstart: Could not resolve dependencies for project groupId:geomesa-quickstart:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: org.locationtech.geomesa:geomesa-core-accumulo1.5:jar:1.0.0-rc.7, org.locationtech.geomesa:geomesa-utils-accumulo1.5:jar:1.0.0-rc.7: Could not find artifact org.locationtech.geomesa:geomesa-core-accumulo1.5:jar:1.0.0-rc.7 in geotools (http://download.osgeo.org/webdav/geotools) -> [Help 1]



_______________________________________________
geomesa-dev mailing list
geomesa-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://locationtech.org/mailman/listinfo/geomesa-dev


_______________________________________________
geomesa-dev mailing list
geomesa-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://locationtech.org/mailman/listinfo/geomesa-dev


Back to the top