<?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: hdp 2.5 tech preview: source the same query file a second time and beeline exits with an error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103333#M37914</link>
    <description>&lt;P&gt;Maybe related to those warnings:&lt;/P&gt;&lt;P&gt;16/08/15 23:09:49 [main]: WARN conf.HiveConf: HiveConf of name hive.llap.daemon.allow.permanent.fns does not exist&lt;/P&gt;&lt;P&gt;16/08/15 23:09:49 [main]: WARN conf.HiveConf: HiveConf hive.llap.daemon.vcpus.per.instance expects INT type value&lt;/P&gt;&lt;P&gt;That one may have changed to:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hive.llap.daemon.allow.permanent.fns&lt;/STRONG&gt; to&lt;STRONG&gt;hive.llap.daemon.download.permanent.fns&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;can you fix those two values, then restart hive services and ambari-server.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2016 06:25:48 GMT</pubDate>
    <dc:creator>TimothySpann</dc:creator>
    <dc:date>2016-08-16T06:25:48Z</dc:date>
    <item>
      <title>hdp 2.5 tech preview: source the same query file a second time and beeline exits with an error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103331#M37912</link>
      <description>&lt;P&gt;I am using beeline with the HDP 2.5 tech preview.&lt;/P&gt;&lt;P&gt;The first time I use the source command to execute a query in beeline, the query succeeds.  &lt;/P&gt;&lt;P&gt;The second time I run the same exact source command, beeline exits.  Below is the error shown when beeline is started with the --verbose command.&lt;/P&gt;&lt;P&gt;I tried the source with both a newline at the end of the sql file and with no newline but I still see the error.&lt;/P&gt;&lt;P&gt;0: jdbc:hive2://localhost:10500/tpcds_bin_par&amp;gt; source query55.sql;&lt;/P&gt;&lt;P&gt;16/08/15 23:09:49 [main]: WARN conf.HiveConf: HiveConf of name hive.llap.daemon.allow.permanent.fns does not exist&lt;/P&gt;&lt;P&gt;16/08/15 23:09:49 [main]: WARN conf.HiveConf: HiveConf hive.llap.daemon.vcpus.per.instance expects INT type value&lt;/P&gt;&lt;P&gt;java.lang.ArrayIndexOutOfBoundsException: 1&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.Commands.addConf(Commands.java:826)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.Commands.getHiveConfHelper(Commands.java:772)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.Commands.getHiveConf(Commands.java:764)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.Commands.sourceFile(Commands.java:852)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.Commands.executeInternal(Commands.java:932)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.Commands.execute(Commands.java:1150)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.Commands.sql(Commands.java:1065)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.BeeLine.dispatch(BeeLine.java:1144)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.BeeLine.execute(BeeLine.java:975)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.BeeLine.begin(BeeLine.java:885)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.BeeLine.mainWithInputRedirection(BeeLine.java:501)&lt;/P&gt;&lt;P&gt;  at org.apache.hive.beeline.BeeLine.main(BeeLine.java:484)&lt;/P&gt;&lt;P&gt;  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;/P&gt;&lt;P&gt;  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;  at java.lang.reflect.Method.invoke(Method.java:606)&lt;/P&gt;&lt;P&gt;  at org.apache.hadoop.util.RunJar.run(RunJar.java:233)&lt;/P&gt;&lt;P&gt;  at org.apache.hadoop.util.RunJar.main(RunJar.java:148)&lt;/P&gt;&lt;P&gt;Closing: 0: jdbc:hive2://localhost:10500/tpcds_bin_partitioned_orc_10&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:12:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103331#M37912</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2016-08-16T06:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: hdp 2.5 tech preview: source the same query file a second time and beeline exits with an error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103332#M37913</link>
      <description>&lt;P&gt;The 2.5 TechPreview is a Tech Preview and you may experience a few bugs.   An updated HDP 2.5 will be out soon.   Can you post some configuration and hardware details.   Is this a VM?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:25:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103332#M37913</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-08-16T06:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: hdp 2.5 tech preview: source the same query file a second time and beeline exits with an error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103333#M37914</link>
      <description>&lt;P&gt;Maybe related to those warnings:&lt;/P&gt;&lt;P&gt;16/08/15 23:09:49 [main]: WARN conf.HiveConf: HiveConf of name hive.llap.daemon.allow.permanent.fns does not exist&lt;/P&gt;&lt;P&gt;16/08/15 23:09:49 [main]: WARN conf.HiveConf: HiveConf hive.llap.daemon.vcpus.per.instance expects INT type value&lt;/P&gt;&lt;P&gt;That one may have changed to:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hive.llap.daemon.allow.permanent.fns&lt;/STRONG&gt; to&lt;STRONG&gt;hive.llap.daemon.download.permanent.fns&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;can you fix those two values, then restart hive services and ambari-server.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:25:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103333#M37914</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-08-16T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: hdp 2.5 tech preview: source the same query file a second time and beeline exits with an error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103334#M37915</link>
      <description>&lt;P&gt;I used cloud break with the ETL-ANALYTICS template on AWS.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 01:18:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103334#M37915</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2016-08-17T01:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: hdp 2.5 tech preview: source the same query file a second time and beeline exits with an error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103335#M37916</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/9304/tspann.html" nodeid="9304"&gt;@Timothy Spann&lt;/A&gt; How do I change the property names in Ambari?  I see how to add a new custom property but I need to remove the one that is incorrect.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 01:32:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103335#M37916</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2016-08-17T01:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: hdp 2.5 tech preview: source the same query file a second time and beeline exits with an error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103336#M37917</link>
      <description>&lt;P&gt;is it under custom?  where does it show up?   &lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 02:11:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103336#M37917</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-08-17T02:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: hdp 2.5 tech preview: source the same query file a second time and beeline exits with an error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103337#M37918</link>
      <description>&lt;P&gt;I think the main thing for you to do is to set an INT value for hive.llap.daemon.vcpus.per.instance the wrong name one may just be a warning&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 02:17:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103337#M37918</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-08-17T02:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: hdp 2.5 tech preview: source the same query file a second time and beeline exits with an error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103338#M37919</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/9304/tspann.html" nodeid="9304"&gt;@Timothy Spann&lt;/A&gt; I was able to work around the problem by using the !run beeline command:&lt;/P&gt;&lt;P&gt;!run query55.sql&lt;/P&gt;&lt;P&gt;Another alternative is to use the -f option to beeline and avoid the interactive shell altogether:&lt;/P&gt;&lt;P&gt;beeline -i my.settings -u jdbc:hive2://host:10500/my_table -f query.sql&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2016 04:00:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hdp-2-5-tech-preview-source-the-same-query-file-a-second/m-p/103338#M37919</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2016-08-20T04:00:10Z</dc:date>
    </item>
  </channel>
</rss>

