Skip to content

Commit 1dcadf9

Browse files
committed
typo
1 parent bf278fa commit 1dcadf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def _getJavaStorageLevel(self, storageLevel):
383383
raise Exception("storageLevel must be of type pyspark.StorageLevel")
384384

385385
newStorageLevel = self._jvm.org.apache.spark.storage.StorageLevel
386-
return newStorageLevel(storageLevel.useDisk, storageLevel.useMemory, storageLevel.userTachyon,
386+
return newStorageLevel(storageLevel.useDisk, storageLevel.useMemory, storageLevel.useTachyon,
387387
storageLevel.deserialized, storageLevel.replication)
388388

389389
def setJobGroup(self, groupId, description):

0 commit comments

Comments
 (0)