Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2565 | 11-01-2016 05:43 PM | |
| 8490 | 11-01-2016 05:36 PM | |
| 4855 | 07-01-2016 03:20 PM | |
| 8175 | 05-25-2016 11:36 AM | |
| 4319 | 05-24-2016 05:27 PM |
11-04-2015
11:32 AM
1 Kudo
@hrongali@hortonworks.com VMs based on NFS - Not a good idea (Performance impact) There is best practice document from VMware on this that you may want to look at. Can NFS Share support multiple mount points ? Yes if you meant if we can mount NFS share to multiple hosts.
... View more
11-04-2015
01:39 AM
@jeff@hortonworks.com This is something we need to look into.
... View more
11-04-2015
01:04 AM
@hfaouaz@hortonworks.com Errors or log entries ..please I am sure you did see this link
... View more
11-04-2015
01:03 AM
@Hajime What version of HDP are you using?
... View more
11-04-2015
12:58 AM
1 Kudo
@Hajime Useful information. Link When there are multiple RMs, the configuration (yarn-site.xml) used by clients and nodes is expected to list all the RMs. Clients, ApplicationMasters (AMs) and NodeManagers (NMs) try connecting to the RMs in a round-robin fashion until they hit the Active RM. If the Active goes down, they resume the round-robin polling until they hit the “new” Active. This default retry logic is implemented as org.apache.hadoop.yarn.client.ConfiguredRMFailoverProxyProvider. You can override the logic by implementing org.apache.hadoop.yarn.client.RMFailoverProxyProvider and setting the value of yarn.client.failover-proxy-provider to the class name. Editing based on the discussion. Oozie and RM HA
... View more
11-04-2015
12:39 AM
@Ofer Mendelevith Please see this.
... View more
11-03-2015
11:14 PM
1 Kudo
@Ryan Templeton Yes. I am sure they will appreciate it
... View more
11-03-2015
10:46 PM
@hfaouaz@hortonworks.com javax.naming.ServiceUnavailableException: xx.xxx.xx..xx:636; socket closed Is LDAPS in place? If yes then make sure you are using ldaps in url
... View more
11-03-2015
09:25 PM
@Kent Baxley Is this cluster setup with queues? Can you check if sqoop is waiting on other jobs to finish ?
... View more
11-03-2015
08:05 PM
@eorgad@hortonworks.com because "In YARN cluster mode with Kerberos, use SQLContext . HiveContext is not supported on YARN in a Kerberos-enabled cluster."
... View more