Question - Initializing temp directories

2017-01-27 Thread Hanneli Tavante
Hi, I was trying to run the `test` CLI command for a task involving the HiveCliHook. This task created a temp directory on /var/folders. However, I noticed `test` command does not initialize the temp folder required for this and my task fails for `test` (File Not Found, referring to the temp file

Re: Question - HttpHook

2017-01-19 Thread Hanneli Tavante
bs/list’)`. > > Cheers, > Matt > > On January 18, 2017 at 4:48:19 PM, Hanneli Tavante (hannel...@gmail.com) > wrote: > > Thank you very much for the reply! > I set these parameters using the web interface. I tried several combos for > an HTTP type: > - setting host, l

Re: Question - HttpHook

2017-01-18 Thread Hanneli Tavante
onn type: http host: https://.cloud.databricks.com/ login: password: Knowing what error you get would be helpful! Also if you provide the code your using for your hook. Cheers, Matt On January 18, 2017 at 4:33:07 PM, Hanneli Tavante (hannel...@gmail.com) wrote: Hi! Could anybody help me? I am try

Question - HttpHook

2017-01-18 Thread Hanneli Tavante
Hi! Could anybody help me? I am trying to use the HTTPHook to connect with Databricks. (Airflow 1.8; Databricks API 2.0 and Python 2.7.6 ) Is there any example with that? It looks like I can't authenticate. I created an HTTP connection on 'Connections', inserted my credentials and pointed to the po