Member since
11-24-2015
28
Posts
4
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9100 | 06-03-2016 08:32 AM | |
6998 | 05-11-2016 12:24 PM |
03-28-2018
07:18 AM
The root password is 'cloudera' (any passwords remaining on the machine are the same).
... View more
06-03-2016
08:32 AM
1 Kudo
It looks like the networking issue is resolved with the changes to hostfiles. For the remaining issues you may have better luck posting in the Spark forum specifically (http://community.cloudera.com/t5/Advanced-Analytics-Apache-Spark/bd-p/Spark) - I suspect outside of the forum there won't be that many readers familiar with the tricker parts of Spark configuration and SBT-pack in particular.
... View more
06-02-2016
12:28 PM
What does your /etc/hosts file look like now? You shouldn't remove the 127.0.0.1 line completely - just don't have quickstart or quickstart.cloudera on that line.
... View more
05-31-2016
07:00 AM
Your original question is answered here: http://community.cloudera.com/t5/Apache-Hadoop-Concepts-and/About-ports-to-write-to-HDFS-in-pseudo-distributed-mode-using/m-p/41456#M2517. One problem that may explain some of the behavior you're seeing in Spark is that your hosts file has quickstart.cloudera mapped to both 127.0.0.1 and your bridged IP address. quickstart.cloudera should only resolve to the IP address you'll use everywhere - otherwise what you see happening is Spark is looking up the IP for quickstart.cloudera and thinking it's 127.0.0.1 - but that means different machines depending on where it's resolved.
... View more
05-23-2016
10:57 AM
Here's a screenshot from my VM if this helps make it clearer what I'm talking about.
... View more
05-23-2016
10:53 AM
You're looking in HDFS directories - I expect those to be blank unless you've loaded some data to those directories or run some jobs. On the 5.7 VM I just successfully ran some Spark code by typing `pyspark` on the command-line or `spark-shell --master yarn-client` for the Scala shell. I confirmed that the spark-submit and spark-executor commands are also on the PATH.
... View more
05-23-2016
07:44 AM
Spark is installed in the 5.7 VM. We support Spark-on-YARN, and spark-shell and pyspark are both on the PATH.
... View more
05-21-2016
10:27 AM
Can you post the output from when you first ran the Sqoop job? It's very unlikely you're hitting the same root problem. If you try it again, be sure you add the --hive-overwrite option since some of the tables & metadata will have already been created.
... View more
05-11-2016
12:24 PM
Yep, right here: http://www.cloudera.com/downloads/quickstart_vms/5-7.html
... View more