SparkSql Catalyst extending Analyzer, Error with CatalystConf

2016-05-13 Thread sib
d passing it as SQLConf but get a not found error and importing doesn't seem to work. Thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/SparkSql-Catalyst-extending-Analyzer-Error-with-CatalystConf-tp26950.html Sent from the Apache Spark U

SparkSql Catalyst extending Analyzer, Error with CatalystConf

2016-05-13 Thread Alexander Sibetheros
Hello, I am trying to write a basic analyzer, by extending the catalyst analyzer with a few extra rules. I am getting the following error: """ *trait CatalystConf in package catalyst cannot be accessed in package org.apache.spark.sql.catalyst* """ In my attempt I am doing the following: class