Skip to content

soniclavier/HadoopExpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HadoopExpress

Old - Code for hadoopexpress.in**(not in use right now)**, online tool for building and running ML models.

ML Server dev setup steps :

a) checkout

  1. cd to any base folder
  2. git init hadoopexpress
  3. cd hadoopexpress
  4. git remote add -f origin https://github.com/soniclavier/HadoopExpress.git
  5. git config core.sparseCheckout true
  6. echo "MlServer" >> .git/info/sparse-checkout
  7. git pull origin master

b) eclipse setup

  1. select file > import > maven > existing maven projects
  2. select MlServer as the root directory

c) starting the server

  1. from dir 'MlServer', run 'mvn clean package'
  2. sh target/bin/main
  3. check 127.0.0.1:8484 or localhost:8484

d) committing a change

  1. add any IDE file to be ignored into .gitignore file
  2. git status ( to see if any unnecessary file is included)
  3. git pull origin master
  4. git add .
  5. git commit
  6. git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published