Skip to content

ricardomalias/JavaTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaTest com.ricardomalias.test.Application

This project is a Java Test that checks a Palindrome sentence, find K-Complementary Pair and uses Apache Spark to extract the 50.000 more frequently phrases from a string file with path provided on application arguments.

How to run

  • Run build gradle
  • Add a file path as argument for application
    • If you haven't any file in hand you can try ./src/main/resources/example.csv as example
    • Hint: You can also try generate a base64 txt file like base64 /dev/urandom | head -c 1000000000 > file.txt (1GB file) and use some character different than a pipe to split phrases
  • Run com.ricardomalias.test.Application class
  • Be happy =)

TO DO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages