The most obvious path being /etc/hive/conf, but this can be changed to lookup for any other path.
-- Thanks, Raunak Jhawar On Mon, Apr 13, 2015 at 11:22 AM, Dean Chen <d...@ocirs.com> wrote: > Ah ok, thanks! > > -- > Dean Chen > > On Apr 12, 2015, at 10:45 PM, Reynold Xin <r...@databricks.com> wrote: > > It is loaded by Hive's HiveConf, which simply searches for hive-site.xml on > the classpath. > > > On Sun, Apr 12, 2015 at 10:41 PM, Dean Chen <d...@ocirs.com> wrote: > > > The docs state that: > > Configuration of Hive is done by placing your `hive-site.xml` file in > > `conf/`. > > > > I've searched the codebase for hive-site.xml and didn't find code that > > specifically loaded it anywhere so it looks like there is some magic to > > autoload *.xml files in /conf? I've skimmed through HiveContext > > < > > > https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala > > > > > and didn't see anything obvious in there. > > > > The reason I'm asking is that I am working on a feature that needs config > > in hbase-site.xml to be available in the spark context and would prefer > to > > follow the convention set by hive-site.xml. > > > > -- > > Dean Chen > > >