You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+6-2
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ machine should be *simple*.
48
48
Installation
49
49
------------
50
50
51
-
Install with ``pip`` or ``conda``
51
+
Install with ``pip`` or ``conda``. **IMPORTANT NOTE**: For python 3.5, install via ``pip`` only; several ``issho`` dependencies have not been updated on ``conda-forge``.
52
52
53
53
::
54
54
@@ -68,6 +68,8 @@ Features
68
68
- Executing commands over ssh
69
69
- Transferring files over sftp
70
70
- Running a hive query
71
+
- Running a spark job
72
+
71
73
72
74
Credits
73
75
-------
@@ -82,7 +84,7 @@ framework is inspired by `Colin Wood`_'s sshed_.
82
84
Shout out to `Spencer Tipping`_, `Neal Fultz`_, and `Factual`_
83
85
for helping me learn to write my own tools.
84
86
85
-
Thanks to `Michael Vertuli`_ for helping test.
87
+
Thanks to `Michael Vertuli`_ and `Fangshu Lin`_ for helping test.
0 commit comments