Re: java.net.URISyntaxException: Relative path in absolute URI:

2016-08-05 Thread Flavio
That's the workaround for the code as per above: SparkConf conf = new SparkConf().set("spark.sql.warehouse.dir", "file:///C:/Users/marchifl/scalaWorkspace/SparkStreamingApp2/spark-warehouse"); SparkSession spark = SparkSession .builder()

Re: java.net.URISyntaxException: Relative path in absolute URI:

2016-08-03 Thread Flavio
18:49 INFO TaskSchedulerImpl: Removed TaskSet 0.0, whose tasks have all completed, from pool 16/08/03 18:18:49 INFO DAGScheduler: Job 0 finished: reduce at MLUtils.scala:92, took 0.432523 s Exception in thread "main" java.lang.IllegalArgumentException: java.net.URISyntaxException

Re: java.net.URISyntaxException: Relative path in absolute URI:

2016-08-03 Thread flavio marchi
:05 AM, Flavio wrote: > > Hello everyone, > > > > I am try to run a very easy example but unfortunately I am stuck on the > > follow exception: > > > > Exception in thread "main" java.lang.IllegalArgumentException: > > java.net.URISyntaxException: Rel

Re: java.net.URISyntaxException: Relative path in absolute URI:

2016-08-03 Thread flavio marchi
owse/SPARK-15899> ? > > On Wed, Aug 3, 2016 at 11:05 AM, Flavio wrote: > >> Hello everyone, >> >> I am try to run a very easy example but unfortunately I am stuck on the >> follow exception: >> >> Exception in thread "main" java.lang.Ill

Re: java.net.URISyntaxException: Relative path in absolute URI:

2016-08-03 Thread Sean Owen
ot; java.lang.IllegalArgumentException: > java.net.URISyntaxException: Relative path in absolute URI: file: "absolute > directory" > > I was wondering if anyone got this exception trying to run the examples on > the spark git repo; actually the code I am try to run is the follow: >

Re: java.net.URISyntaxException: Relative path in absolute URI:

2016-08-03 Thread Ted Yu
java.lang.IllegalArgumentException: > java.net.URISyntaxException: Relative path in absolute URI: file: "absolute > directory" > > I was wondering if anyone got this exception trying to run the examples on > the spark git repo; actually the code I am try to run is the follow:

java.net.URISyntaxException: Relative path in absolute URI:

2016-08-03 Thread Flavio
Hello everyone, I am try to run a very easy example but unfortunately I am stuck on the follow exception: Exception in thread "main" java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: file: "absolute directory" I was wonderin