Member since
09-17-2015
436
Posts
736
Kudos Received
81
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3894 | 01-14-2017 01:52 AM | |
5835 | 12-07-2016 06:41 PM | |
6735 | 11-02-2016 06:56 PM | |
2210 | 10-19-2016 08:10 PM | |
5777 | 10-19-2016 08:05 AM |
12-09-2015
02:52 PM
Do you have multiple Python versions installed?
... View more
12-09-2015
02:46 PM
@Nikolay Kanov pls do let us know if you do end up trying the patch (you can add a comment similar to this one instead of adding a new answer)
... View more
12-09-2015
07:54 AM
See JIRA here: https://issues.apache.org/jira/browse/AMBARI-13343. This is fixed in Ambari 2.2.0. Until then, you may also want to try the patch provided in the JIRA.
... View more
12-09-2015
05:17 AM
For people getting started with building Ambari services we recommend these examples: Ambari wiki https://cwiki.apache.org/confluence/display/AMBARI... basic code examples: https://github.com/abajwa-hw/ambari-workshops#amba... webinar of same: http://hortonworks.com/partners/learn/#ambari For more advanced users, they can look at whichever actual Ambari service is closest to what you need: https://github.com/apache/ambari/tree/trunk/ambari... Hbase is probably a good example for what you are looking for: it has master, client and slaves: https://github.com/apache/ambari/blob/trunk/ambari...
... View more
12-08-2015
05:29 AM
What are the considerations for running Spark
on YARN vs Spark on Mesos?
... View more
Labels:
- Labels:
-
Apache Spark
12-08-2015
05:26 AM
2 Kudos
What are common use cases for Spark and Data science across different verticals?
... View more
Labels:
12-08-2015
05:16 AM
1 Kudo
Whats the difference between the two?
... View more
Labels:
- Labels:
-
Apache Spark
-
Apache Tez
12-08-2015
05:14 AM
1 Kudo
What security is available for Spark? How would the below security aspects work with Spark? authentication authorization audit encryption For deployments where security is a concern, what mode of Spark should be used?
... View more
Labels:
- Labels:
-
Apache Spark
12-05-2015
08:20 AM
1 Kudo
@rnettleton can probably confirm whether this is possible via blueprints. Post-install you can do this via APIs (see here for example)
... View more