Skip to content

Commit fec59b6

Browse files
authored
[TOREE-536] AddJar command to support Google cloud storage (#200)
1 parent 5b19aac commit fec59b6

File tree

1 file changed

+1
-1
lines changed
  • kernel/src/main/scala/org/apache/toree/magic/builtin

1 file changed

+1
-1
lines changed

kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import org.apache.hadoop.fs.Path
3030
import org.apache.toree.plugins.annotations.Event
3131

3232
object AddJar {
33-
val HADOOP_FS_SCHEMES = Set("hdfs", "s3", "s3n", "file")
33+
val HADOOP_FS_SCHEMES = Set("hdfs", "s3", "s3n", "file", "gs")
3434

3535
private var jarDir:Option[String] = None
3636

0 commit comments

Comments
 (0)