Member since
01-27-2016
48
Posts
9
Kudos Received
0
Solutions
10-07-2016
01:19 PM
These should be helpful http://stackoverflow.com/questions/32080475/how-to-read-a-zip-containing-multiple-files-in-apache-spark http://stackoverflow.com/questions/28569788/how-to-open-stream-zip-files-through-spark
... View more
09-06-2016
04:38 PM
1 Kudo
@bpreachuk Thank you for catching my typo. I wrote the query while on the phone. I voted your addition. Thanks again.
... View more
04-27-2016
10:47 AM
you are welcome
... View more
04-22-2016
04:28 PM
1 Kudo
You will need to specify the column you are clustering on, and then achieve it in multiple statements: CREATE TABLE emp1 LIKE emp;
ALTER TABLE emp1 SET FILEFORMAT ORC;
ALTER TABLE emp1 CLUSTERED BY (empId) INTO 4 BUCKETS;
... View more
02-23-2016
11:37 AM
@sanjeevan mahajan Remove users https://community.hortonworks.com/questions/2904/how-do-i-remove-ldap-accounts-from-ambari.html
... View more
02-16-2016
05:57 PM
1 Kudo
@Neeraj Sabharwal : Kool it worked beautifully. Thanks a lot
... View more
02-12-2016
10:46 AM
I have fixed it for you @sanjeevan mahajan
... View more
02-11-2016
10:32 AM
Really good question 🙂
... View more
02-09-2016
03:36 PM
same log4j rules apply, it's no different than what you would do without Ambari. @sanjeevan mahajan
... View more
02-03-2016
06:37 PM
1 Kudo
If accessing the NameNode web UI indicates that you are "dr.who", then this likely indicates that the cluster is not performing authentication on HTTP endpoints. The logs URL requires administrator access, so it is inaccessible unless authenticated as an administrator. Enabling HTTP authentication is a separate step from enabling Kerberos security, so it's possible that the cluster has done one but not the other. For full details on how to enable HTTP authentication, please refer to the Apache Hadoop documentation for HTTP Authentication.
... View more