Installing Hadoop on Mac OSX Yosemite Tutorial Part 1. September 23, 2014 Marek 68 Comments Install HomeBrewInstalling HadoopSSH LocalhostConfiguring HadoopStarting and Stopping HadoopGood to know Additional Resources Github Wordcount example. Instal…
[转]http://navkirats.blogspot.hk/2014/10/dia-diagram-mac-osx-yosemite-fix-i-use.html I use the Dia tool for all my diagramming work. I have worked with many tools, but find Dia the easiest to use and is the most responsive, apart from it being a great…
1. Overview: Vim是命令行下的文本编辑程序,gVim是Vim的Linux下的图形化版本,macVim是Mac下的图形化版本 Latex-vim是vim写Latex文件时的插件 Skim是Mac下的pdf阅读软件 xelatex是tex的进化版本,原生支持中文 2.Install: 安装macVim:用brew install macvim命令来安装,如果提示没有brew,则先安装brew:如果提示没有装xcode,则先在appstore中安装xcode 安装skim:一定要安装最新…
  0. Get gcc with open mp.  Just paste and execute the following command in your terminal, once Homebrew installation is completed. brew install gcc --without-multilib 1. xinpingdeMacBook-Pro:anaconda xinpingbao$ git clone --recursive https://github.…
这个问题困扰了我非常久非常久.使得我不得不花一点时间来说一下解决方法. 事情是这种:前两天兴高採烈的更新了一下宝贝mac到10.10. 一切看起来都那么美好,可是. .当我又一次安装magento的时候发现须要mcrypt!:之前有装过,可是更新了一下就没有了,好吧,重装!!可是这个时候发现.brew update不能用了!! 坑屌丝么!!so重装brew! ,好不easy装好了,brew install mcrypt的时候,遇到问题: Already downloaded: /Library/…
mcrypt is a file encryption method using secure techniques to exchange data. It is required for some web apps for example Magento, the shopping cart software or a php framework likeLaravel. This tutorial has been tested in OSX 10.10 Yosemite. This gu…
mac osx 系统 brew  install hadoop 安装指南   brew install hadoop 配置 core-site.xml:配置hdfs文件地址(记得chmod 对应文件夹,否则无法正常启动hdfs)和namenode的rpc通行端口 配置mapred-site.xml  中的map reduce通信端口 配置hdfs-site.xml 中的datanode 副本数. 格式化hdfs文件系统 启动Hadoop 和 yarn  namenode  datanode  m…
Mac OSX系统中Hadoop / Hive 与 spark 的安装与配置 环境搭建 记录     Hadoop 2.6 的安装与配置(伪分布式) 下载并解压缩 配置 .bash_profile : export HADOOP_HOME=/Users/fan/Applications/hadoop-2.6.0 export PATH=$HADOOP_HOME/bin:$HADOOP_HOME/sbin:$PATH 配置 HDFS : etc/hadoop/core-site.xml: <con…
Find recent articles on my github page: rubyrobot.github.io © 2006-2014 Imagine Ecommerce Subversion With Mac OS X Tutorial Updated: April 2011 Subversion is a version control system that allows you to work with other people on a project and switch b…
from: https://devopsu.com/guides/ansible-mac-osx.html and : https://devopsu.com/guides/ansible-post-install.html Install Ansible on Mac OSX Ansible uses Python and fortunately Python is already installed on modern versions of OSX. Quick summary: Inst…