Member since
12-09-2017
7
Posts
1
Kudos Received
0
Solutions
08-08-2018
09:21 AM
I didnt quite understand your statement..why does it matter if BDM has other execution engines like Blaze and spark? Impala itself is another execution engine like spark and blaze, we dont need to use impala jdbc connection in BDM using spark and Blaze you can just use it in native mode.
... View more
07-28-2018
07:10 PM
Old thread but here is a way to connect to Hive and kudu using impala through Informatica Bigdata management https://network.informatica.com/community/informatica-network/products/big-data/big-data-management/blog/2018/05/30/connecting-to-apache-kudu-through-bdm
... View more
06-05-2018
06:14 PM
We have a requirement to add two principals to a keytab file and one of them is the HTTP principal. When i regenerate the keytabs through ambari and run the following command i get a valid ticket kinit -kt /etc/security/keytabs/spnego.service.keytab HTTP/hdp26.xyz.com@xyz.COM Now i need to add the HTTP principal to a user keytab so i run the following commands kadmin.local -q "ktadd -k /etc/security/keytabs/user_name.keytab HTTP/hdp26.xyz.com@xyz.COM" After i add the principal run the kinit using spnego.service.keytab (below command) i get an error saying "kinit: Password incorrect while getting initial credentials". Could anyone help me why the spnego keytab gets corrupted if i add a principal to a different keytab? "kinit -kt /etc/security/keytabs/spnego.service.keytab HTTP/hdp26.xyz.com@xyz.COM" Thanks in advance!!
... View more
Labels:
- Labels:
-
Apache Ambari
-
Security
12-09-2017
02:35 PM
1 Kudo
Hi All, Is Hive on spark2 supported? If yes, im trying to configuring Hive on spark 2 ..the documentation says "Search for the Spark On YARN Service. To configure the Spark service, select the Spark service name. To remove the dependency, select none." but my hive configureation has only one option which is "none". I dont have an option to choose spark service.Am i missing anything in my configurations?
... View more
Labels:
- Labels:
-
Apache Spark