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 | |
| 8496 | 11-01-2016 05:36 PM | |
| 4858 | 07-01-2016 03:20 PM | |
| 8178 | 05-25-2016 11:36 AM | |
| 4326 | 05-24-2016 05:27 PM |
02-18-2018
12:16 AM
@Manoj A @Neeraj SabharwalCan you post more details on this process? I am trying to build a Sandbox on VSphere 6Thanks.
... View more
02-03-2016
03:46 PM
@Jun Chen are you still having issues with this? Can you accept best answer or provide your own solution?
... View more
09-21-2017
11:27 AM
A learning I had was that when you export a table, use complete HDFS URI... In some cases, I found that it helped executing the command which otherwise was failed
... View more
02-11-2016
02:14 PM
@Saurabh Kumar Metrics for which you are trying to generate the graph needs to be edited manually. Enter "metrics/yarn/Queue/root/AvailableMB" in metric box while selecting Resourcemanager Similarly for child queue of root viz child1 you have to enter metrics/yarn/Queue/root/child1/AvailableMB I have tested this on ambari Version 2.2.0.0 with hdp stack 2.3.4.0.
... View more
12-08-2015
12:43 PM
@mlanciaux Please see this thread.
... View more
02-23-2016
05:26 PM
@Neeraj Sabharwal I just created an updated integration guide using the latest HDP version 2.3.4/Ambari 2.2 and Centrify Server Suite 2016. (all worked great) We will be publishing my updates publicly in the next week or two but I have extensive notes on many of the configurations and common problems @rgarcia detailed here. If anyone needs assistance or has any questions regarding Centrify components, I will now be here to help.
... View more
07-11-2017
12:30 AM
I know this is an old post. However, I did send out a support inquiry as to WHEN 5.7 will be supported and got the response that it was being tested for Ambari v2.5. That was very early this year. There are various vulnerabilities identified by Oracle related to not running higher than 5.7.11. In particular, the vulnerabilities cover: MySQL Server 5.6.29 and earlier, 5.7.11 and earlier. There are no workarounds or alternatives for this issue...Not good. I am referring to Oracle Support Note 2120034.1 for the preferred solution. This issue was identified by our security team in May 2016. So, my question is this. WHEN will 5.7.11+ be supported?
... View more
12-08-2015
08:28 PM
After changing to server:port ,it works. Thank you!
... View more
12-05-2015
10:23 AM
@Andy LoPresto You may want to publish your answer as an article.
... View more
10-16-2017
06:43 AM
This can be achieved by setting the following property in spark, sqlContext.setConf("mapreduce.input.fileinputformat.input.dir.recursive","true") Note here that the property is set usign sqlContext instead of sparkContext. And I tested this in spark 1.6.2 , This can be achieved by setting the following property in the spark. sqlContext.setConf("mapreduce.input.fileinputformat.input.dir.recursive","true") Note: i tested it in spark 1.6.2 Do not set this using spark context but use sqlContext to for dataframes created out of hive tables.
... View more