Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/644 Also, ran this up on Full Dev and did some quick validation on `GEO_GET` just to be sure. ``` [Stellar]>>> GEO_GET("192.168.0.1") 2017-07-11 15:11:13,401 INFO [AeshProcess: 3] stellar.GeoEnrichmentFunctions: Initializing GeoEnrichmentFunctions 2017-07-11 15:11:13,790 WARN [AeshProcess: 3] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2017-07-11 15:11:14,636 WARN [AeshProcess: 3] shortcircuit.DomainSocketFactory: The short-circuit local reads feature cannot be used because libhadoop cannot be loaded. {} [Stellar]>>> GEO_GET("75.118.136.186") {country=US, dmaCode=535, city=Columbus, postalCode=43230, latitude=40.0345, location_point=40.0345,-82.8695, locID=4509177, longitude=-82.8695} ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---