GitHub user leoxlin opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/758
Clean up SparkCassandraSqlInterpreter to use the hiveContext
Clean up SparkCassandraSqlInterpreter to use the hiveContext sqlc from
SparkSqlInterpreter and automatically register cassandra tables
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brigade/incubator-zeppelin leo-branch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/758.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #758
----
commit e58779db4658d69c1e4b135aa712a4450b197d56
Author: Mark Cooper <[email protected]>
Date: 2016-01-27T23:10:51Z
Add new Cassandra Spark interpreter
commit 52f2fb549bc2a4ae39b64981922569f8b69c3cda
Author: Mark Cooper <[email protected]>
Date: 2016-01-27T23:31:25Z
Additional merged code.
commit ca83959e733baf6afad85f7afa78fbc13982c0ea
Author: Mark Cooper <[email protected]>
Date: 2016-02-01T21:39:10Z
Fixes dependency conflict + wires in our Cassandra interpreter by default
commit 50b0d8e8bab55e96a421b26a0bf88b894ab29e16
Author: Mark Cooper <[email protected]>
Date: 2016-02-02T00:00:31Z
Remove Cassandra-Spark-Connector dependency from spark/pom.xml
commit f9e3a61469ec3648f08eefda0255b0c6e199100f
Author: Mark Cooper <[email protected]>
Date: 2016-02-02T00:47:41Z
Bump Cassandra dependency to 1.5.0-RC1
commit 9249eec8c2cf272359b9e4bf050338c515fd3d15
Author: Mark Cooper <[email protected]>
Date: 2016-02-02T19:31:01Z
Missing: binder.put("csqlc", csqlc);
commit 4463af89ab20034731d086250e8899f1fae6f863
Author: Jim He <[email protected]>
Date: 2016-02-02T19:01:05Z
Gid rid of remote resources plugins
commit 09776c2086f3fea1426fb3be9160a33238351916
Author: Jim He <[email protected]>
Date: 2016-02-03T00:35:08Z
Fix interpreter bug
commit 3242e9e5413f7dab023016cb491978f7453c8c1c
Author: Mark Cooper <[email protected]>
Date: 2016-02-05T06:49:14Z
Added a TSV export feature.
commit 1a067001a779473313bc0292b2c7a73ff8d65d97
Author: Mark Cooper <[email protected]>
Date: 2016-02-05T19:24:42Z
Improved the performance of showDF() by using StringBuilder.
commit fe61b5391a45438d232e0086bf560d8df208c8d5
Author: Mark Cooper <[email protected]>
Date: 2016-02-09T21:42:00Z
Adds Tableau WDC support
commit 42af7b947b5108eff8cffa7ca83949cfeab09ba4
Author: Mark Cooper <[email protected]>
Date: 2016-02-11T00:41:09Z
Improved the interval() 'macro' to support:
interval(today - 7 day, today)
commit e6656085f114616e8194ccf79944255151e2ba92
Author: Mark Cooper <[email protected]>
Date: 2016-02-11T00:49:28Z
Fix a test case.
commit e1c51030a51eaf7ac0a67c1c44f5a737abee514e
Author: Mark Cooper <[email protected]>
Date: 2016-02-11T19:59:13Z
Fixed Javascript escaping with the Tableau export
commit f03c03d11cc237f9ec2ae40f451d16ddfb9ea199
Author: Mark Cooper <[email protected]>
Date: 2016-02-17T23:42:21Z
Turned the TSV export into a CSV export because
none of the software I own on the Mac supports TSV files.
commit 3d50dae253107437f9e73773fd5f9a6abcf2db15
Author: Mark Cooper <[email protected]>
Date: 2016-02-18T00:33:56Z
Merge remote-tracking branch 'apache/master'
commit 9fbd9232e5dcabd92a5433a12454c538cb4c14d2
Author: Mark Cooper <[email protected]>
Date: 2016-02-22T20:27:09Z
Bump Spark-Cassandra lib to a version that supports Spark 1.5.2 (though
techically it's for 1.6.0)
commit e55acf57293b2aeaa4e7f7c9b3db2ffd05aa8281
Author: Mark Cooper <[email protected]>
Date: 2016-02-25T00:23:31Z
Disable Spark Python support until 1.6 is on the cluster.
commit 7fe9a5462eab55c1da698fa22165933a5a4b08a6
Author: Mark Cooper <[email protected]>
Date: 2016-02-25T00:37:01Z
Adds a new cassandra-spark-1.6 profile.
commit 6c5e9e9a1a714c8f1bb8689df05d85d579002b3e
Author: Leo Xuzhang Lin <[email protected]>
Date: 2016-03-02T04:51:46Z
Add Apache 2.0 License to CSQL Parser Utils
The maven build requires each file to be prefixed with the apache
license to pass the rat check plugin
commit 755cd1423fd1f8446eee6ce5f2b3393f2f6f7019
Author: Leo Xuzhang Lin <[email protected]>
Date: 2016-03-02T06:53:21Z
Use hive/sparkSqlContext for csql tag
Improved csql tag by using the original sparkSqlInterpreter's
hive/sparkContext instead of the regular cassandraSparkSql.
This allow us to use windowing functions in the hiveQL.
Since the cassandra tables are registered as an external table, we do
not persist these data on HDFS
----
---
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.
---