博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【00】Spark环境搭建
阅读量:6142 次
发布时间:2019-06-21

本文共 3366 字,大约阅读时间需要 11 分钟。

  hot3.png

1、win7安装虚拟机visual box

   在上面安装ubuntu kylin 14.04, 原来用vmware,安装起来太大了,好几个G,系统直接卡死。还采用过easy bcd硬盘安装,结果,网络太卡,原生的ubuntu,使用起来费劲,输入法啥的用起来费劲,自己装,试了几次,没成功。

2、安装java7

sudo add-apt-repository ppa:webupd8team/java		sudo apt-get update		sudo apt-get install oracle-java7-installerjava -version

3、安装scala

sudo apt-get install scala

  我的版本是2.9.2

4、安装Spark1.0 hadoop1

  

   解压到home目录

5、配置环境变量

  sudo gedit /etc/profile

SCALA_HOME = /usr/bin/scalaPATH = $SCALA_HOME/binEXPORT SCALA_HOME

6、启动Spark

scipio@scipio-VirtualBox:~/spark-1.0.0-bin-hadoop1/bin$ ./spark-shellSpark assembly has been built with Hive, including Datanucleus jars on classpath14/06/28 12:02:33 INFO SecurityManager: Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties14/06/28 12:02:33 INFO SecurityManager: Changing view acls to: scipio14/06/28 12:02:33 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(scipio)14/06/28 12:02:33 INFO HttpServer: Starting HTTP ServerWelcome to      ____              __     / __/__  ___ _____/ /__    _\ \/ _ \/ _ `/ __/  '_/   /___/ .__/\_,_/_/ /_/\_\   version 1.0.0      /_/Using Scala version 2.10.4 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_60)Type in expressions to have them evaluated.Type :help for more information.14/06/28 12:02:46 WARN Utils: Your hostname, scipio-VirtualBox resolves to a loopback address: 127.0.1.1; using 10.0.2.15 instead (on interface eth0)14/06/28 12:02:46 WARN Utils: Set SPARK_LOCAL_IP if you need to bind to another address14/06/28 12:02:47 INFO SecurityManager: Changing view acls to: scipio14/06/28 12:02:47 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(scipio)14/06/28 12:02:49 INFO Slf4jLogger: Slf4jLogger started14/06/28 12:02:49 INFO Remoting: Starting remoting14/06/28 12:02:50 INFO Remoting: Remoting started; listening on addresses :[akka.tcp://spark@10.0.2.15:34346]14/06/28 12:02:50 INFO Remoting: Remoting now listens on addresses: [akka.tcp://spark@10.0.2.15:34346]14/06/28 12:02:50 INFO SparkEnv: Registering MapOutputTracker14/06/28 12:02:50 INFO SparkEnv: Registering BlockManagerMaster14/06/28 12:02:51 INFO DiskBlockManager: Created local directory at /tmp/spark-local-20140628120250-eeb714/06/28 12:02:51 INFO MemoryStore: MemoryStore started with capacity 297.0 MB.14/06/28 12:02:51 INFO ConnectionManager: Bound socket to port 36388 with id = ConnectionManagerId(10.0.2.15,36388)14/06/28 12:02:51 INFO BlockManagerMaster: Trying to register BlockManager14/06/28 12:02:51 INFO BlockManagerInfo: Registering block manager 10.0.2.15:36388 with 297.0 MB RAM14/06/28 12:02:51 INFO BlockManagerMaster: Registered BlockManager14/06/28 12:02:51 INFO HttpServer: Starting HTTP Server14/06/28 12:02:51 INFO HttpBroadcast: Broadcast server started at http://10.0.2.15:4900714/06/28 12:02:51 INFO HttpFileServer: HTTP File server directory is /tmp/spark-212c4d05-909e-43d7-8d10-6dc496f2c56f14/06/28 12:02:51 INFO HttpServer: Starting HTTP Server14/06/28 12:02:56 INFO SparkUI: Started SparkUI at http://10.0.2.15:404014/06/28 12:03:00 INFO Executor: Using REPL class URI: http://10.0.2.15:3668314/06/28 12:03:00 INFO SparkILoop: Created spark context..Spark context available as sc.

7、SparkUI

Started SparkUI at http://10.0.2.15:4040

转载于:https://my.oschina.net/scipio/blog/284933

你可能感兴趣的文章
登记申请汇总
查看>>
Office WORD如何取消开始工作右侧栏
查看>>
Android Jni调用浅述
查看>>
CodeCombat森林关卡Python代码
查看>>
第一个应用程序HelloWorld
查看>>
(二)Spring Boot 起步入门(翻译自Spring Boot官方教程文档)1.5.9.RELEASE
查看>>
Java并发编程73道面试题及答案
查看>>
企业级负载平衡简介(转)
查看>>
ICCV2017 论文浏览记录
查看>>
科技巨头的交通争夺战
查看>>
当中兴安卓手机遇上农行音频通用K宝 -- 卡在“正在通讯”,一直加载中
查看>>
Shell基础之-正则表达式
查看>>
JavaScript异步之Generator、async、await
查看>>
讲讲吸顶效果与react-sticky
查看>>
c++面向对象的一些问题1 0
查看>>
直播视频流技术名词
查看>>
企业级java springboot b2bc商城系统开源源码二次开发-hystrix参数详解(八)
查看>>
java B2B2C 多租户电子商城系统- 整合企业架构的技术点
查看>>
IOC —— AOP
查看>>
比特币现金将出新招,推动比特币现金使用
查看>>