aztk/docs
Jacob Freck 4408c4fc41
Feature: Spark scheduling target (#661)
* initial

* update pipfile and pipfile.lock

* uncomment scheduling target, start ssh_submit impl

* get rid of debug code

* finish ssh_submit implementation

* serialize object instead of properties

* fix upload log bug, temp workaround for get logs

* remove unused function

* clean up node_scripts submit, remove debug code

* ensure warns on deprecated test

* remove commented timeout

* start scheduling_target for job_submission

* continue job scheduling target implementation

* update pipefile.lock

* update Pipfile deps, pin pynacl to fix build failure

* fix syntax

* fix pipfile with latest azure-nspkg

* update path for scheduling scripts

* update config.py import

* add nohup dependency

* use nohup and exit immediately

* remove bad dep

* remove nohup

* remove commented code

* add block to ssh, get retcode from node_exec

* fix typo

* fix some imports, add test stubs

* fixes

* start implementation of task table service

* add scheduling_target support for get_application_log

* todos

* remove useless statement

* move get_application_status to core, add scheduling_target support

* update deps in requirements.txt

* fix false positive pylint import error

* remove bad import

* bad local variable

* add batch task abstraction, add datetime field

* mediate table insertion with task abstraction

* fix issues with task abstraction usage

* fix pylint import error

* fix update task on run

* update job submission test

* make test package, update pylint

* update job submission with scheduling_target

* add job support for scheduling_target

* fix taskstate serialization to storage

* fix job submission job manager task, catch table storage errors

* fix import

* fix imports for batch sdk 5.0+

* fix test model module

* fix node election exception catch

* start fix job tests

* move get_task_status to base

* fix job tests

* fix get_application, add abstraction to batch task gets

* fix some bugs, remove some debug statements

* fix test

* use jobstate and application state

* add start_task retries

* make jobstate an enum

* fix import

* fixes

* fixes

* revert settings.json

* fixes for application state in cli

* conditionally create storage table

* remove commented code

* conditionally create storage table

* remove commented code

* fix test

* respond to comments

* fix debug statement, fix starttask issue

* remove debug test print

* formatting

* update doc string with correct return value

* revert settings.json

* more robust starget test, fix get_application for starget

* whitespace
2018-10-23 15:47:54 -07:00
..
dev Fix: fix typos (#595) 2018-06-07 09:57:43 -07:00
misc Feature: Plugin V2: Running plugin on host (#461) 2018-04-23 17:20:43 -07:00
00-getting-started.md Release: 0.9.1 (#669) 2018-10-05 13:07:15 -07:00
10-clusters.md Deprecate: remove custom scripts (#650) 2018-08-17 20:36:11 -04:00
12-docker-image.md Release: 0.9.1 (#669) 2018-10-05 13:07:15 -07:00
13-configuration.md Fix: spark roll back scheduling disable (#653) 2018-08-29 15:40:09 -07:00
14-azure-files.md Feature: Azure Files (#241) 2017-11-30 14:16:53 -08:00
15-plugins.md Deprecate: remove custom scripts (#650) 2018-08-17 20:36:11 -04:00
20-spark-submit.md Fix: fix typos (#595) 2018-06-07 09:57:43 -07:00
30-cloud-storage.md Fix: fix typos (#595) 2018-06-07 09:57:43 -07:00
51-define-plugin.md Fix: fix typos (#595) 2018-06-07 09:57:43 -07:00
60-gpu.md Feature: Readthedocs support (#497) 2018-04-26 14:03:45 -07:00
70-jobs.md Deprecate: remove custom scripts (#650) 2018-08-17 20:36:11 -04:00
80-migration.md Fix: docs links version (#614) 2018-06-20 14:55:13 -07:00
Makefile Feature: Readthedocs support (#497) 2018-04-26 14:03:45 -07:00
aztk.models.rst Feature: SDK refactor (#622) 2018-08-03 15:20:05 -07:00
aztk.rst Feature: SDK refactor (#622) 2018-08-03 15:20:05 -07:00
aztk.spark.models.plugins.rst Feature: Readthedocs support (#497) 2018-04-26 14:03:45 -07:00
aztk.spark.models.rst Feature: Readthedocs support (#497) 2018-04-26 14:03:45 -07:00
aztk.spark.rst Feature: SDK refactor (#622) 2018-08-03 15:20:05 -07:00
conf.py Feature: Added custom scripts functionality for plugins with the cli(Deprecate custom scripts) (#517) 2018-04-27 10:31:24 -07:00
index.rst Feature: first run docs update (#644) 2018-08-17 15:58:22 -04:00
make.bat Feature: Readthedocs support (#497) 2018-04-26 14:03:45 -07:00
sdk-examples.md Feature: Spark scheduling target (#661) 2018-10-23 15:47:54 -07:00