Hi, If you define HADOOP_CONF_DIR, the directory includes your hive-site.xml inside of zeppelin-env.sh, you'll able to access existing hive metastore.
And yes. pyspark is supported. To use pyspark, you need extra configuration like PYTHONPATH, SPARK_HOME, PYSPARK_PYTHON. Hope this helps. moon On Wed, Jun 24, 2015 at 9:48 AM Vadla, Karthik <karthik.va...@intel.com> wrote: > Hi All, > > > > I’m very new to Apache-Zeppelin. I have questions to ask. > > > > 1. Can we access the already existing hive metastore. Ex: (Can I > run command like “show databases”). And access tables to run data > analytics on that. > > 2. Is Python supported? Because I saw most of the scala code > everywhere. > > > > Thanks > > Karthik >