You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "roncenzhao (JIRA)" <ji...@apache.org> on 2017/03/19 14:05:41 UTC

[jira] [Created] (SPARK-20019) spark can not load alluxio fileSystem after adding jar

roncenzhao created SPARK-20019:
----------------------------------

             Summary: spark can not load alluxio fileSystem after adding jar
                 Key: SPARK-20019
                 URL: https://issues.apache.org/jira/browse/SPARK-20019
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.1.0
            Reporter: roncenzhao


The follwing sql cannot load alluxioSystem and it throws `ClassNotFoundException`.

```
add jar /xxx/xxx/alluxioxxx.jar;
set fs.alluxio.impl=alluxio.hadoop.FileSystem;

select * from alluxionTbl;
```




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org