Cannot find checkstyle.xml

2017-02-08 Thread Jakub Dubovsky
Hello there, I am trying to build spark locally so I can test something to help resolve this ticket . git checkout v2.1.0 ./build/mvn -Phadoop-2.6 -Phive -Phive-thriftserver -Pyarn -Dhadoop.version=2.6.0-cdh5.7.1 -DskipTests -e clean install Thi

FINAL REMINDER: CFP for ApacheCon closes February 11th

2017-02-08 Thread Rich Bowen
Dear Apache Enthusiast, This is your FINAL reminder that the Call for Papers (CFP) for ApacheCon Miami is closing this weekend - February 11th. This is your final opportunity to submit a talk for consideration at this event. This year, we are running several mini conferences in conjunction with t

Re: Cannot find checkstyle.xml

2017-02-08 Thread Jakub Dubovsky
Sorry, correct links set in text below. Hello there, > > I am trying to build spark locally so I can test something to help resolve > this > ticket . > > git checkout v2.1.0 > ./build/mvn -Phadoop-2.6 -Phive -Phive-thriftserver -Pyarn > -Dhadoop.

Re: Cannot find checkstyle.xml

2017-02-08 Thread Jakub Dubovsky
Sorry, correct links set in text below. Hello there, I am trying to build spark locally so I can test something to help resolve this ticket . git checkout v2.1.0 ./build/mvn -Phadoop-2.6 -Phive -Phive-thriftserver -Pyarn -Dhadoop.version=2.6.0-

Structured Streaming. S3 To Google BigQuery

2017-02-08 Thread Sam Elamin
Hi All Thank you all for the amazing support! I have written a BigQuery connector for structured streaming that you can find here I just tweeted about it and would really appreciated it if you

when is doGenCode called?

2017-02-08 Thread Koert Kuipers
hello all, i am trying to add an Expression to catalyst. my Expression compiles fine and has: override def eval(input: InternalRow): Any = ... override def doGenCode(ctx: CodegenContext, ev: ExprCode): ExprCode = ... it also seems to run fine. but i only ever see eval get called. how do i tell