kafka环境搭建及librdkafka测试 (2016-04-05 10:18:25) 一.kafka环境搭建(转自http://kafka.apache.org/documentation.html#gettingStarted) Step 1: Download the code Download the 0.9.0.0 release and un-tar it. > tar -xzf kafka_2.11-0.9.0.0.tgz > cd kafka_2.11-0.9.0.0 S…
windows7 spark单机环境搭建 follow this link how to run apache spark on windows7 pycharm 访问本机 spark 安装py4j 配置pycharm 在PYTHON_HOME\lib\site-packages下新建pyspark.pth文件内容为: D:\program\spark-1.5.1-bin-hadoop2.4\python 试运行…