Hi Team,
I'm doing migration from onPerm to Google Cloud Platform. I have a
UDF-Uitls jar including several udf functions. when code on Perm running
by Spark just need "add jar hdfs://x/home/path/UDF-Uitls.jar" with
SparkSQL. Now I put this jar on cloud storage. when I run SparkSQL with
"add jar gs://x/home/path/UDF-Uitls.jar". It showed: not supported url
schema only support hdfs | file | ivy. So I want to know if we have a
solution to deal with this? I can't open hdfs file system on Goole Cloud
Platform or put this jar on artifactory.