Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tagar committed Feb 13, 2018
1 parent 623cf5a commit 8e09e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abalon/spark/sparkutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def sparkutils_init (i_spark=None, i_debug=False):

from pyspark.sql.session import SparkSession
if not isinstance(spark, SparkSession):
raise TypeError("'spark' variable should be of type SparkSession, got "+str(type(test_var)))
raise TypeError("'spark' variable should be of type SparkSession, got "+str(type(spark)))

global sc
global hadoop, conf, fs
Expand Down
2 changes: 1 addition & 1 deletion abalon/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = '2.0.3'
version = '2.0.4'

0 comments on commit 8e09e86

Please sign in to comment.