<?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: Beeline Configuration hiveconf Equivalent in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Beeline-Configuration-hiveconf-Equivalent/m-p/163359#M125733</link>
    <description>&lt;P&gt;Using a &lt;STRONG&gt;set&lt;/STRONG&gt; works fine, correct. However, that requires that I do that for every script I try to automate. My goal is to make these values a default part of this base command, and just change what SQL I throw at it. Global values, if you will.&lt;/P&gt;&lt;P&gt;This should be remedied by the use of --hiveconf or --property-file, but neither results in it taking the values. Here's an example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Command:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;beeline -n $user -p $password -u "$jdbc_url" -f $script --verbose true --property-file "query.properties" --fastConnect
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;query.properties&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;hive.execution.engine=tez;
tez.queue.name=di;
hive.exec.parallel=true;
&lt;/PRE&gt;&lt;P&gt;The job shows up in the 'default' queue when it should show up in the 'di' queue. When I use a set command, it does in fact show up in the 'di' queue.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2016 05:14:58 GMT</pubDate>
    <dc:creator>landon_t_robins</dc:creator>
    <dc:date>2016-12-20T05:14:58Z</dc:date>
  </channel>
</rss>

