<?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 Re: Error as below occurred while running Tutorial Getting Started with HDP Lab 5  STEP 6.3:  8. %jdbc  SELECT a.driverid, a.riskfactor, b.city, b.state FROM riskfactor a, geolocation b where a.driverid=b.driverid in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106351#M42380</link>
    <description>&lt;P&gt;This worked. Thanks &lt;A rel="user" href="https://community.cloudera.com/users/10331/mrizvi.html" nodeid="10331"&gt;@mrizvi&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Oct 2016 11:23:20 GMT</pubDate>
    <dc:creator>cliu20000728</dc:creator>
    <dc:date>2016-10-01T11:23:20Z</dc:date>
    <item>
      <title>Error as below occurred while running Tutorial Getting Started with HDP Lab 5  STEP 6.3:  8. %jdbc  SELECT a.driverid, a.riskfactor, b.city, b.state FROM riskfactor a, geolocation b where a.driverid=b.driverid</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106348#M42377</link>
      <description>&lt;P&gt;FATAL: no pg_hba.conf entry for host "127.0.0.1", user "gpadmin", database "gpadmin", SSL off
class org.postgresql.util.PSQLException
org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:420)
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:195)
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
org.postgresql.jdbc2.AbstractJdbc2Connection.&amp;lt;init&amp;gt;(AbstractJdbc2Connection.java:127)
org.postgresql.jdbc3.AbstractJdbc3Connection.&amp;lt;init&amp;gt;(AbstractJdbc3Connection.java:29)
org.postgresql.jdbc3g.AbstractJdbc3gConnection.&amp;lt;init&amp;gt;(AbstractJdbc3gConnection.java:21)
org.postgresql.jdbc4.AbstractJdbc4Connection.&amp;lt;init&amp;gt;(AbstractJdbc4Connection.java:41)
org.postgresql.jdbc4.Jdbc4Connection.&amp;lt;init&amp;gt;(Jdbc4Connection.java:24)
org.postgresql.Driver.makeConnection(Driver.java:414)
org.postgresql.Driver.connect(Driver.java:282)
java.sql.DriverManager.getConnection(DriverManager.java:571)
java.sql.DriverManager.getConnection(DriverManager.java:187)
org.apache.zeppelin.jdbc.JDBCInterpreter.getConnection(JDBCInterpreter.java:257)
org.apache.zeppelin.jdbc.JDBCInterpreter.getStatement(JDBCInterpreter.java:275)
org.apache.zeppelin.jdbc.JDBCInterpreter.executeSql(JDBCInterpreter.java:336)
org.apache.zeppelin.jdbc.JDBCInterpreter.interpret(JDBCInterpreter.java:442)
org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:94)
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:341)
org.apache.zeppelin.scheduler.Job.run(Job.java:176)
org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
java.util.concurrent.FutureTask.run(FutureTask.java:262)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
java.lang.Thread.run(Thread.java:745)&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 07:03:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106348#M42377</guid>
      <dc:creator>cliu20000728</dc:creator>
      <dc:date>2016-09-30T07:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error as below occurred while running Tutorial Getting Started with HDP Lab 5  STEP 6.3:  8. %jdbc  SELECT a.driverid, a.riskfactor, b.city, b.state FROM riskfactor a, geolocation b where a.driverid=b.driverid</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106349#M42378</link>
      <description>&lt;P&gt;When you click on the Interpreters tab you will see that %jdbc is preconfigured for postgres.  Not sure why this version of the sandbox is set up that way ... but that is the way it is.&lt;/P&gt;&lt;P&gt;Either try %hive or try to configure the Interpreter for %jdbc hive using as a guide &lt;A href="https://community.hortonworks.com/questions/56113/trying-to-create-phoenix-interpreter-using-jdbc-in.html" target="_blank"&gt;https://community.hortonworks.com/questions/56113/trying-to-create-phoenix-interpreter-using-jdbc-in.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 20:10:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106349#M42378</guid>
      <dc:creator>gkeys</dc:creator>
      <dc:date>2016-09-30T20:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error as below occurred while running Tutorial Getting Started with HDP Lab 5  STEP 6.3:  8. %jdbc  SELECT a.driverid, a.riskfactor, b.city, b.state FROM riskfactor a, geolocation b where a.driverid=b.driverid</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106350#M42379</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/12876/cliu20000728.html" nodeid="12876"&gt;@Cindy Liu&lt;/A&gt;, can you please replace %jdbc with %jdbc(hive) and then run the qery, it should work&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 01:06:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106350#M42379</guid>
      <dc:creator>mrizvi</dc:creator>
      <dc:date>2016-10-01T01:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error as below occurred while running Tutorial Getting Started with HDP Lab 5  STEP 6.3:  8. %jdbc  SELECT a.driverid, a.riskfactor, b.city, b.state FROM riskfactor a, geolocation b where a.driverid=b.driverid</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106351#M42380</link>
      <description>&lt;P&gt;This worked. Thanks &lt;A rel="user" href="https://community.cloudera.com/users/10331/mrizvi.html" nodeid="10331"&gt;@mrizvi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 11:23:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106351#M42380</guid>
      <dc:creator>cliu20000728</dc:creator>
      <dc:date>2016-10-01T11:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error as below occurred while running Tutorial Getting Started with HDP Lab 5  STEP 6.3:  8. %jdbc  SELECT a.driverid, a.riskfactor, b.city, b.state FROM riskfactor a, geolocation b where a.driverid=b.driverid</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106352#M42381</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/11288/gkeys.html" nodeid="11288"&gt;@Greg Keys&lt;/A&gt; for the insight. Change @jdbc to @jdbc(hive) worked.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 11:34:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-as-below-occurred-while-running-Tutorial-Getting/m-p/106352#M42381</guid>
      <dc:creator>cliu20000728</dc:creator>
      <dc:date>2016-10-01T11:34:51Z</dc:date>
    </item>
  </channel>
</rss>

