Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2576 | 11-01-2016 05:43 PM | |
| 8538 | 11-01-2016 05:36 PM | |
| 4878 | 07-01-2016 03:20 PM | |
| 8205 | 05-25-2016 11:36 AM | |
| 4351 | 05-24-2016 05:27 PM |
11-21-2015
12:34 AM
@Laurence Da Luz
This is very useful https://www.kernel.org/doc/Documentation/vm/overcommit-accounting
and you are right, The best practice is to set vm.overcommit_memory to 1
... View more
11-20-2015
11:15 PM
@Brandon Wilson Very nice! I think it should be in an official blog or docs. @bganesan @bdurai
... View more
11-20-2015
09:57 PM
@rgarcia
Audit Database has only 1 table that stores all the information. Check through Mysql CLI (Assuming its mysql) example: select client_ip,repo_name,session_id,event_time,request_user,action,request_data,resource_path from xa_access_audit;
... View more
11-20-2015
09:09 PM
@Brandon Wilson Thanks! 🙂
... View more
11-20-2015
08:41 PM
@Pardeep You have to share hue logs. I have experienced the same behavior few times and best shot is to go through all the config checks and make sure that nothing is missing. Click "Check for misconfiguration"
... View more
11-20-2015
08:27 PM
@Paul Codding @Mike Li Same issue as this http://community.hortonworks.com/questions/4310/smartsense-hst-agents-dying.html Please open support case
... View more
11-20-2015
04:19 PM
3 Kudos
@kkulkarni You can reset admin user password in mysql database. reset to admin update x_portal_user set password = 'ceb4f32325eda6142bd65215f4c0f371' where login_id = 'admin' ;
... View more
11-20-2015
03:02 PM
1 Kudo
@Peter Coates Hope this help. https://hortonworks.com/wp-content/uploads/2015/04/hwx-connector-for-teradata.pdf
... View more
11-20-2015
12:34 PM
@kkulkarni what's the database flavor ?
... View more
11-20-2015
10:45 AM
1 Kudo
@Wes Floyd This article explains it further. Link My answer is No. Extract from the above test "I also did not screw up the fact that hdfs is my true superuser as shown by my "old" HDFS home directory process."
... View more