8000 GitHub - kimhongji/DSim-Join: DIMA, Streaming, similarity join, cache
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kimhongji/DSim-Join

 
 

Repository files navigation

Semi-Stream Similarity Join Processing in a Distributed Environment

논문 출판본: https://ieeexplore.ieee.org/abstract/document/9141233

how to compile spark project

> sbt clean assembly

how to run code

example)
> ./assembly_run.sh 1000 2 1 DS_Sim -> run DS_Sim class, and run mesos cluster, using musical_1000(mongodb)  
> ./assembly_run.sh 3000 0 1 DS_join -> run DS_join class, and run local mode, using musical_3000(mongodb)

argument 1 : data number.

argument 2 : isDistributed? (0: local, 1: standalone, 2:cluster(mesos)).

argument 3 : sbt clean or not? (0: not compile, 1: compile).

argument 4 : class name.

About

DIMA, Streaming, similarity join, cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 90.4%
  • XSLT 5.2%
  • Python 3.1%
  • CSS 1.1%
  • Shell 0.2%
0