We just did this on our install recently following the steps in the guide here:
https://zeppelin.apache.org/docs/0.8.0/usage/interpreter/user_impersonation.html
If that doesn’t work maybe you could call out where it fails?
PAUL BRENNER
Sr. Data Scientist
pbren...@placeiq.com | (217) 390-3033 |
Anyone who used Zeppelin to run queries through impala?
On Wed, 12 Dec 2018 at 14:54 Paul Brenner wrote:
> We just did this on our install recently following the steps in the guide
> here:
>
>
> https://zeppelin.apache.org/docs/0.8.0/usage/interpreter/user_impersonation.html
>
> If that doesn’t
Yes, we use Zeppelin and Impala. What is your question?
On Wed, Dec 12, 2018 at 11:03 AM Fawze Abujaber wrote:
> Anyone who used Zeppelin to run queries through impala?
>
> On Wed, 12 Dec 2018 at 14:54 Paul Brenner wrote:
>
>> We just did this on our install recently following the steps in the
When you run the impala query, is it running with user? Do you see the user
in cloudera manager?
Do you mind share your impala odbc string ?
On Wed, 12 Dec 2018 at 19:06 Abhi Basu <9000r...@gmail.com> wrote:
> Yes, we use Zeppelin and Impala. What is your question?
>
> On Wed, Dec 12, 2018 at 11
This is our Zeppelin - JDBC config for Impala
default.url --> jdbc:hive2://:21050/;auth=noSasl
default.user --> impala
default.driver org.apache.hive.jdbc.HiveDriver
Dependencies
artifactexclude
org.apache.hadoop:hadoop-common:2.6.0
org.apache.hive:hive-jdbc:0.14.0
On Wed, Dec 12, 2018 at 11:18 A
So you are using hive JDBC and not impala JBC
On Wed, Dec 12, 2018 at 7:47 PM Abhi Basu <9000r...@gmail.com> wrote:
> This is our Zeppelin - JDBC config for Impala
> default.url --> jdbc:hive2://:21050/;auth=noSasl
> default.user --> impala
> default.driver org.apache.hive.jdbc.HiveDriver
Correct. Using JDBC to connect to Impala from Zeppelin.
ODBC is mainly for Windows (I think), all our nodes run Centos7.
On Wed, Dec 12, 2018 at 12:07 PM Fawze Abujaber wrote:
> So you are using hive JDBC and not impala JBC
>
>
>
> On Wed, Dec 12, 2018 at 7:47 PM Abhi Basu <9000r...@gmai
I'm using impala JDBC and not ODBC and it's not working
On Wed, Dec 12, 2018 at 8:13 PM Abhi Basu <9000r...@gmail.com> wrote:
> Correct. Using JDBC to connect to Impala from Zeppelin.
>
> ODBC is mainly for Windows (I think), all our nodes run Centos7.
>
>
>
> On Wed, Dec 12, 2018 at 12:07
Are you pointing to one of the Impala daemon nodes?
What do the logs say?
On Wed, Dec 12, 2018 at 12:15 PM Fawze Abujaber wrote:
> I'm using impala JDBC and not ODBC and it's not working
>
> On Wed, Dec 12, 2018 at 8:13 PM Abhi Basu <9000r...@gmail.com> wrote:
>
>> Correct. Using JDBC to
Is your zeplin exposed to the internet? If not don't see why this should be
an issue if it's behind the firewall?
On Wed, 12 Dec, 2018, 03:57 Bicky Ealias Checking again.. Has anyone got a chance to fix CORS issue on Zeppelin?
>
> On Wed., 5 Dec. 2018, 5:55 pm Bicky Ealias
>> Hello users,
>> Has
If it is exposed and you don't want unauthorized users to read or write you
need to add authentication. Apache Shirio or make zeplin port private
(behind firewall) and proxy all requests thru a server that has the
authentication you want.
On Thu, 13 Dec, 2018, 11:12 Tushar Kapila Is your zepli
It's authenticated with LDAP. Am talking about Cross Origin Resource
Sharing issue.
For which there are configuration recommended to harden the https headers.
https://issues.apache.org/jira/plugins/servlet/mobile#issue/ZEPPELIN-245
I have followed the steps here
https://zeppelin.apache.org/docs/0
12 matches
Mail list logo