Skip to content

Commit

Permalink
[TOREE-536] AddJar command to support Google cloud storage (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywskycn authored Jul 22, 2023
1 parent 5b19aac commit fec59b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import org.apache.hadoop.fs.Path
import org.apache.toree.plugins.annotations.Event

object AddJar {
val HADOOP_FS_SCHEMES = Set("hdfs", "s3", "s3n", "file")
val HADOOP_FS_SCHEMES = Set("hdfs", "s3", "s3n", "file", "gs")

private var jarDir:Option[String] = None

Expand Down

0 comments on commit fec59b6

Please sign in to comment.