Re: Windows Build Support

2017-04-19 Thread moon soo Lee
Hi, Thanks for staring the thread. I've seen almost every month people report build broken on windows. Windows CI env will definitely help solving the problem. I'm +1 on setting up appveyor for the project. Due to very high usage on ASF's travis account, Zeppelin project guide each contributor

Re: struggling with LDAP

2017-04-19 Thread Paul Brenner
I haven’t used any alternative tools for logging into ldap to test your settings but you could look into:

Re: struggling with LDAP

2017-04-19 Thread Knapp, Michael
My mac is configured to forbid installing software by unidentified developers. I cannot install jxplorer. Is there an alternative? The error is coming up when I try to login. I tried using the principalSuffix, it did not change things. I discovered a co-worker had LDAP working for a

Re: struggling with LDAP

2017-04-19 Thread Paul Brenner
Have you tried downloading jxplorer ( https://share.polymail.io/v1/z/b/NThmNzdlMmY1M2Q4/4ULIk0PWssT9m_JkSH0DABBQXnzuCgzhWsyhnPBuhOSlesqCbWa29gOfWIHfzMl_KkcEjTygnnHE5ULbT4hkfGCo3ldYc1D21y4gr8tQkiH0VV8v4hCOt8a1pJ5LlTVrS5NQBpf6Ba77K4yf_NGEYgtOuXJp-BP4pCf4FLNHEXgWptDxLkamTAE= ) and confirming that you

Re: struggling with LDAP

2017-04-19 Thread Knapp, Michael
I think this got me one step closer. I was getting an exception stating there was no trusted path to the ldap server. Now I am getting the same exception as when I use non-secure LDAP, that I am “forbidden”. I am getting ldap error code 49, data 52e. From: Paul Brenner

UnicodeDecodeError in zeppelin 0.7.1

2017-04-19 Thread Meethu Mathew
Hi, I just migrated from zeppelin 0.7.0 to zeppelin 0.7.1 and I am facing this error while creating an RDD(in pyspark). UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in position 0: > invalid start byte I was able to create the RDD without any error after adding use_unicode=False as