Re: How to set UI port #?

2015-01-11 Thread jeanlyn92
HI,YaoPau: You can set `spark.ui.port` to 0 ,the program will find a available port by random 2015-01-11 16:38 GMT+08:00 YaoPau jonrgr...@gmail.com: I have multiple Spark Streaming jobs running all day, and so when I run my hourly batch job, I always get a java.net.BindException: Address

[SPARK-SQL]how to run cache command with Running the Thrift JDBC/ODBC server

2014-12-19 Thread jeanlyn92
when i run the *cache table as *in the beeline which communicate with the thrift server i got the follow error: 14/12/19 15:57:05 ERROR ql.Driver: FAILED: ParseException line 1:0 cannot recognize input near 'cache' 'table' 'jeanlyntest' org.apache.hadoop.hive.ql.parse.ParseException: line 1:0

Re: collect failed for unknow reason when deploy use standalone mode

2014-08-11 Thread jeanlyn92
jeanlyn92 jeanly...@gmail.com: Hi wangyi: have more detail information? I guess it maybe cause by need a jars that havn't upload to the works. ./bin/spark-class org.apache.spark.deploy.Client launch [client-options] \ cluster-url application-jar-url main-class \ [application-options