Member since
09-28-2015
73
Posts
26
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7423 | 01-20-2017 01:27 PM | |
2848 | 06-01-2016 08:24 AM | |
2995 | 05-28-2016 01:33 AM | |
2032 | 05-17-2016 03:44 PM | |
1138 | 12-22-2015 01:50 AM |
05-27-2016
04:53 PM
Hi @Rahul Pathak I tried restarting all Ranger services but it didn't change the status. I attached my configuration. kms-repo-conf.png ranger-users.png ranger-permission.png
... View more
05-27-2016
08:44 AM
keyadmin user failed to create keys in Ranger KMS. Found the below in kms-audit.log: 2016-05-27 05:58:59,555 UNAUTHENTICATED RemoteHost:10.0.0.163 Method:POST URL:http://xxx:9292/kms/v1/keys?user.name=keyadmin ErrorMsg:'Authentication required' This is a Kerberos enabled cluster. Following the install document, I have already created keyadmin principal in Kerberos and did the setting in Ranger KMS to use kerberos authentication. I was able to log in into Ranger KMS, but failed creating keys with above UNAUTHENTICATED error. Although I have keyadmin user created on Ranger user sync node and configured Ranger usersync to use Unix sync, but I couldn't find keyadmin user in Ranger User tab. I am not sure if this relates to the KMS error. Any idea to solve this? Thanks,
... View more
Labels:
- Labels:
-
Apache Ranger
05-17-2016
03:44 PM
Thanks @Sunile Manjee I wrote a simple Pig script to convert the 'escape' character to '\t' and it worked. raw = load '/tmp/mydata' using PigStorage('\x1B')
store raw into '/tmp/output' using PigStorage('\t')
... View more
05-17-2016
03:37 AM
The data size is pretty big. It would be ideal to load into Hive directly and convert to ORC. I will try using Pig to convert ESCAPE to something else.
... View more
05-17-2016
03:29 AM
Hi, I need to load Netezza exported data file into Hive. The data field is delimited by ESCAPE. I tried the below but it didn't work. create external table foo ( bar strign ) row format delimited fields terminated by '\01B' stored as textfile. How can I load ESCAPE delimited data into Hive? Thanks,
... View more
Labels:
- Labels:
-
Apache Hive
03-22-2016
03:58 PM
5 Kudos
Is there a way to train the model offline in Spark MLLib, and then use it for online ML in Storm?
... View more
Labels:
- Labels:
-
Apache Spark
-
Apache Storm
01-28-2016
10:42 AM
Can I use HDP 2.3.4 (Spark 1.5.2 supported) with SAP HANA Vora (Spark 1.4.1 required?)?
... View more
Labels:
12-19-2015
02:08 AM
Thanks, @Guilherme Braccialli About #2, I am using default RM configs and I can easily re-produce this. Can you please share what kind of CS issue you found and fixed? About #3, I got your forwarded case email. Please keep me updated. Thank you!
... View more