Github user prabhjyotsingh commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/734#issuecomment-187097842
I tried it on Windows 7, works well.
Except for these two test failure in cassandra, when I do
`SPARK_VER="1.6.0" HADOOP_VER="2.3" PROFILE="-Pspark-1.6 -Phadoop-2.3
-Ppyspark -Pscalding" BUILD_FLAG="package -Pbuild-distr" TEST_FLAG="verify
-Pusing-packaged-distr" TEST_PROJECTS=""`
`mvn $BUILD_FLAG $PROFILE -B`
- should parse multi-line comment *** FAILED ***
[6.7] parsed: Comment(This is a comment
line1
line2
line3
) did not match the given pattern (ParagraphParserTest.scala:113)
- should parse a block queries with comments *** FAILED ***
[24.7] parsed: List(Comment(
This example show how to force a
timestamp on the query
), Comment(Timestamp in the past), Timestamp(10), SimpleStm(CREATE
TABLE IF NOT EXISTS spark_demo.ts(key int PRIMARY KEY, value text);),
SimpleStm(TRUNCATE spark_demo.ts;), Comment(Force timestamp directly in the
first INSERT), SimpleStm(INSERT INTO spark_demo.ts(key,value) VALUES(1,'val1')
USING TIMESTAMP 100;), Comment(Selec t some data to loose some time),
SimpleStm(SELECT * FROM spark_demo.albums LIMIT 100;), Comment(Use @timestamp
value set at the beginning(10)), SimpleStm(INSERT INTO spark_demo.ts(key,value)
VALUES(1,'val2');), Comment(Check the result), SimpleStm(SELECT * FROM
spark_demo.ts WHERE key=1;)) did not match the given pattern (ParagraphParse
rTest.scala:427)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---