<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question HIVE UDF jar_  Error ST_Point _ GIS ESRI in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-UDF-jar-Error-ST-Point-GIS-ESRI/m-p/61586#M70915</link>
    <description>&lt;P&gt;&lt;FONT face="andale mono,times" color="#000080"&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="andale mono,times" color="#000080"&gt;&lt;SPAN&gt;When I'm trying to create a geometric consultation with ST_Point.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar esri-geometry-api-1.1-sources.jar;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar esri-geometry-api-1.1.jar;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar spatial-sdk-hadoop.jar;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar spatial-sdk-hive.jar ;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar spatial-sdk-json.jar;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_AsText as 'com.esri.hadoop.hive.ST_AsText';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_Intersects as 'com.esri.hadoop.hive.ST_Intersects';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_Length as 'com.esri.hadoop.hive.ST_Length';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_LineString as 'com.esri.hadoop.hive.ST_LineString';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_Point as 'com.esri.hadoop.hive.ST_Point';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_Polygon as 'com.esri.hadoop.hive.ST_Polygon';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_SetSRID as 'com.esri.hadoop.hive.ST_SetSRID';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_geomfromtext as 'com.esri.hadoop.hive.ST_GeomFromText';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_geometrytype as 'com.esri.hadoop.hive.ST_GeometryType';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_asjson as 'com.esri.hadoop.hive.ST_AsJson';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_asbinary as 'com.esri.hadoop.hive.ST_AsBinary';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_x as 'com.esri.hadoop.hive.ST_X';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_y as 'com.esri.hadoop.hive.ST_Y';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_srid as 'com.esri.hadoop.hive.ST_SRID';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;SELECT ST_Point(longitude, latitude) from mytable LIMIT 1;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;SPAN&gt;I get&amp;nbsp; the below error:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;FONT color="#993300"&gt;Caused by: org.apache.hadoop.hive.ql.exec.UDFArgumentException: Unable to instantiate UDF implementation class com.esri.hadoop.hive.ST_Point: java.lang.IllegalAccessException: Class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBridge can not access a member of class com.esri.hadoop.hive.ST_Point with modifiers ""&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;SPAN&gt;Any ideas on this error?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 12:29:45 GMT</pubDate>
    <dc:creator>vratmuri</dc:creator>
    <dc:date>2022-09-16T12:29:45Z</dc:date>
    <item>
      <title>HIVE UDF jar_  Error ST_Point _ GIS ESRI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-UDF-jar-Error-ST-Point-GIS-ESRI/m-p/61586#M70915</link>
      <description>&lt;P&gt;&lt;FONT face="andale mono,times" color="#000080"&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="andale mono,times" color="#000080"&gt;&lt;SPAN&gt;When I'm trying to create a geometric consultation with ST_Point.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar esri-geometry-api-1.1-sources.jar;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar esri-geometry-api-1.1.jar;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar spatial-sdk-hadoop.jar;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar spatial-sdk-hive.jar ;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;add jar spatial-sdk-json.jar;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_AsText as 'com.esri.hadoop.hive.ST_AsText';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_Intersects as 'com.esri.hadoop.hive.ST_Intersects';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_Length as 'com.esri.hadoop.hive.ST_Length';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_LineString as 'com.esri.hadoop.hive.ST_LineString';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_Point as 'com.esri.hadoop.hive.ST_Point';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_Polygon as 'com.esri.hadoop.hive.ST_Polygon';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function ST_SetSRID as 'com.esri.hadoop.hive.ST_SetSRID';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_geomfromtext as 'com.esri.hadoop.hive.ST_GeomFromText';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_geometrytype as 'com.esri.hadoop.hive.ST_GeometryType';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_asjson as 'com.esri.hadoop.hive.ST_AsJson';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_asbinary as 'com.esri.hadoop.hive.ST_AsBinary';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_x as 'com.esri.hadoop.hive.ST_X';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_y as 'com.esri.hadoop.hive.ST_Y';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;create temporary function st_srid as 'com.esri.hadoop.hive.ST_SRID';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;SELECT ST_Point(longitude, latitude) from mytable LIMIT 1;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;SPAN&gt;I get&amp;nbsp; the below error:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;FONT color="#993300"&gt;Caused by: org.apache.hadoop.hive.ql.exec.UDFArgumentException: Unable to instantiate UDF implementation class com.esri.hadoop.hive.ST_Point: java.lang.IllegalAccessException: Class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBridge can not access a member of class com.esri.hadoop.hive.ST_Point with modifiers ""&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;SPAN&gt;Any ideas on this error?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:29:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-UDF-jar-Error-ST-Point-GIS-ESRI/m-p/61586#M70915</guid>
      <dc:creator>vratmuri</dc:creator>
      <dc:date>2022-09-16T12:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE UDF jar_  Error ST_Point _ GIS ESRI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-UDF-jar-Error-ST-Point-GIS-ESRI/m-p/65710#M70916</link>
      <description>&lt;P&gt;&lt;FONT color="#993300"&gt;Solved.Problem with Sentry.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 14:34:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-UDF-jar-Error-ST-Point-GIS-ESRI/m-p/65710#M70916</guid>
      <dc:creator>vratmuri</dc:creator>
      <dc:date>2018-03-23T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE UDF jar_  Error ST_Point _ GIS ESRI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-UDF-jar-Error-ST-Point-GIS-ESRI/m-p/82255#M70917</link>
      <description>&lt;P&gt;How did you solve the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unable to instantiate UDF implementation class com.esri.hadoop.hive.ST_Point: java.lang.IllegalAccessException: Class org.apache.hadoop.hive.ql.udf.generic.GenericUDFBridge can not access a member of class com.esri.hadoop.hive.ST_Point with modifiers ""&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 02:04:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-UDF-jar-Error-ST-Point-GIS-ESRI/m-p/82255#M70917</guid>
      <dc:creator>Sushant_Burde</dc:creator>
      <dc:date>2018-11-13T02:04:36Z</dc:date>
    </item>
  </channel>
</rss>

