Network Mining with PEGASUS

  • Pegasus is a very light software
  • Can be easily installed

Installation

  • Unzip tar xvfz PEGASUSH-2.0.tar.gz

Usage

  • Run the program pegasus.sh
  • Add a file to HDFS
    PEGASUS> add data/karate.edges karate
  • List the tables

    PEGASUS> list
  • Do some computations

    PEGASUS> compute deg karate
    Enter parameters: [in or out or inout]
    • To view the results, get it from HDFS
      hadoop dfs -getmerge hdfsPath localPath