Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

How can I set the path of py files that are extracted from jar? #176

Open burningc opened 8 years ago

burningc commented 8 years ago

By printing the in the py file, I noticed that py files are extracted from jar to /tmp/ directory.Is there any way to set the path of py files for the reason that I want to put some config file in the relative path from the jar file.Thanks in advance.