Welcome

My Linkedin

Index

I. Online Resources of Big Data, Data Analysis

1. My Learning Curve of Big Data and Data Analysis I

2. My Learning Curve of Spark and Data Analysis II

II. Big data tools Installation

2. Step by Step of installing SingleNode Yarn on Ubuntu

3. Step by Step of installing Apache Spark on Apache Hadoop

4. Step by Step of installing Apache Cassandra on Ubuntu Standalone mode

5. Setup ipython notebook on PySpark

III. Infrastructure

6. Step by Step of Configuring Apache Spark to Connecting with Cassandra

7. Step by Step of Installing Apache Kafka and Communicating with Spark

8. Step by Step of Installing Tachyon in Stanalone mode and Work with Apache Spark

IV. Scala Project on Intellij

9. Step by Step of Building Scala SBT project on Intellij

10. Study Spam Classifier Code by MLlib on Intellij

V. PySpark MLlib

11. Setup ipython notebook on PySpark

12. A brief introduction and summary of MLlib

13.Study Apache Spark MLlib on IPython—Linear Regression

14.Study Apache Spark MLlib on IPython—Classification—Linear SVM & Logistic Regression

15.Study Apache Spark MLlib on IPython—Classification—Naive Bayes

16.Study Apache Spark MLlib on IPython—Regression & Classification—Decision Tree

17.Study Apache Spark MLlib on IPython—Regression & Classification—Random Forest & GBTs

18.Study Apache Spark MLlib on IPython—Clustering—K-Means

19.Study Apache Spark MLlib on IPython—Clustering—GMM

 VI. ASIC Verification

20. ASIC Verification interview questions

VII. Software

21. Tips for Deploying Meteor App to AWS EC2

22. Web scraping using Scrapy and Deploy on Heroku

VIII. Startup

23.Review of OH!YA, INC – Part I (Market Positioning)

24.Review of OH!YA, INC – Part II (Product Design)

25.Review of OH!YA, INC – Part III (iOS)

26.Review of OH!YA, INC – Part IV (Backend)

27.Review of OH!YA, INC – Part V (Summary)

IX. Blockchain

28.Blockchain Note – BTC data structure

29.Blockchain Note – BTC UTXO

30.Blockchain Note – BTC Transaction

31.Blockchain Note – BTC Network

32.Blockchain Note – BTC Transaction Relaying

33.Blockchain Note – Common Concepts

34.Blockchain Note – Consensus Algorithms

35.Blockchain Note – DApp Basics

36.Blockchain Note – Ethereum DApp Development

37.Blockchain Note – EOS DApp Development

38.Blockchain Note – Concepts Interview Questions

39.Blockchain Note – Concepts Dictionary

Reference of background image

4 comments

  1. Teng Huang · July 6, 2015

    翀哥v5 !!!!!

    Like

  2. Nikitha · September 30, 2016

    Hi first i would like to appreciate on having such a b=useful blog with clear explanations. And I am working on spark streaming. BY any chance, do u have any blogs on spark streaming and doing data analysis on the real-time data. Thanks so much

    Like

    • cyrobin · October 1, 2016

      Thanks Nikitha. However, I don’t have any more real-time data analysis blogs

      Like

  3. Vivek · October 6, 2016

    Hi, I have tried with above example but i am getting below error, Can you please help me
    ———————————————————————————————————————————————

    Exception in thread “main” java.io.IOException: Failed to open native connection to Cassandra at {192.168.0.3}:9042
    at com.datastax.spark.connector.cql.CassandraConnector$.com$datastax$spark$connector$cql$CassandraConnector$$createSession(CassandraConnector.scala:164)
    at com.datastax.spark.connector.cql.CassandraConnector$$anonfun$2.apply(CassandraConnector.scala:150)
    at com.datastax.spark.connector.cql.CassandraConnector$$anonfun$2.apply(CassandraConnector.scala:150)
    at com.datastax.spark.connector.cql.RefCountedCache.createNewValueAndKeys(RefCountedCache.scala:31)
    at com.datastax.spark.connector.cql.RefCountedCache.acquire(RefCountedCache.scala:56)
    at com.datastax.spark.connector.cql.CassandraConnector.openSession(CassandraConnector.scala:81)
    at com.datastax.spark.connector.cql.CassandraConnector.withSessionDo(CassandraConnector.scala:109)

    Like

Leave a comment