Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

palicand/vocloud_spark_import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import of votable spectra for VO-CLOUD

Requirements:

  • Python packages are listed in requirements.txt
  • To run, you need to have Spark installed on your machine and have its' Python bindings included in your PYTHONPATH
  • Python 3.5, support for Python 2.7 is in planned (no E.T.A)

Installation:

Setup Spark on your machine and run export PYTHONPATH=$SPARK_HOME/python. If you're using a virtual environment, you can symlink the path in the virtual envs site-packages dir.

pip install -r requirements.txt
pip install -e .

Running

To run on your local machine (e. g. for testing) execute spark-submit --name "test" --master "local" PACKAGE_HOME/bin/vocloud_preprocess.py <CONFIG_FILE>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages