Member since
05-02-2019
319
Posts
145
Kudos Received
59
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7121 | 06-03-2019 09:31 PM | |
1725 | 05-22-2019 02:38 AM | |
2179 | 05-22-2019 02:21 AM | |
1360 | 05-04-2019 08:17 PM | |
1675 | 04-14-2019 12:06 AM |
02-12-2017
11:39 PM
I tried the following two suggestions independently (full restarts of Zeppelin each time) with no luck. First, via Ambari, I changed zeppelin.executor.mem from 512m to 256m and zeppelin.executor.instances from 2 to 1. Then, again via Ambari, I updated the following snippet of the zeppelin_env_content from export ZEPPELIN_JAVA_OPTS="-Dhdp.version={{full_stack_version}} -Dspark.executor.memory={{executor_mem}} -Dspark.executor.instances={{executor_instances}} -Dspark.yarn.queue={{spark_queue}}" to export ZEPPELIN_JAVA_OPTS="-Dhdp.version={{full_stack_version}} -Dspark.executor.memory=512m -Dspark.executor.instances=2 -Dspark.yarn.queue={{spark_queue}}" Both times, my little 2.5 Sandbox was still running full throttle once I run some code in Zeppelin. If anyone notices what I missed on this, please advise.
... View more
02-08-2017
04:06 PM
I'm not aware of direct connector to MySQL. You could use Sqoop to ingest the contents of your table into HDFS then use the SparkContext's textFile() method to load it as an RDD.
... View more
02-06-2017
03:24 AM
See my answer as well as the reply I gave you from our Training group's service ticket system.
... View more
02-06-2017
03:22 AM
1 Kudo
@Sagar Shimpi explains this well, but there is another option. You basically can just "map" the inner VM filesystem so it can be "seen" by the outer machine. Instructions for this are in the course lab guide (step 7 of lab 1). For benefit of all, I stripped out just those pages and am attaching the steps as jpegs.
... View more
02-02-2017
10:08 PM
Hey @Rafael Coss, I am not crazy, this is supposed to work in the Sandbox, right? Not the end of the world if it isn't, just didn't want to miss out if I'm just overlooking a small activity.
... View more
02-02-2017
07:18 PM
1 Kudo
I just replied to case # 4062. Sorry it sat unanswered so long.
... View more
01-24-2017
10:49 PM
You've got #1 already answered. For #2, no, you will not be able to search the internet -- you only have access to the project websites mentioned in #1. Good luck!
... View more
01-23-2017
01:51 AM
To be consistent and fair, we can only offer the information available at http://hortonworks.com/training/certification/hdpca-certification/ in regards to your questions. Additionally, folks who take the test agree to not discuss the tasks they are assigned during the test. I'm positive if you have a solid understanding of the documented objectives that you will have a solid footing to sit before the exam. Good luck!!
... View more
01-23-2017
01:36 AM
1 Kudo
Good write-up from @Ambud Sharma plus you can visit http://storm.apache.org/releases/1.0.2/Guaranteeing-message-processing.html for info from the source. Additionally, take a peek at the picture below I just exported from our http://hortonworks.com/training/class/hdp-developer-storm-and-trident-fundamentals/ course that might help visualize all of this information. Good luck and happy Storming!
... View more