-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
# Shark (Hive on Spark) | ||
|
||
Shark is a large-scale data warehouse system for Spark designed to be compatible with | ||
Apache Hive. It can answer Hive QL queries up to 100 times faster than Hive without | ||
modification to either the existing data or queries. Shark supports Hive's query language, | ||
metastore, serialization formats, and user-defined functions. | ||
|
||
Shark 0.9.2 requires: | ||
* Scala 2.10.3 (packaged already in Shark) | ||
* AMPLab's Hive 0.11 (packaged already in Shark) | ||
* Spark 0.9.1 | ||
|
||
## For current documentation, see the [Shark Project Wiki](https://github.com/amplab/shark/wiki) | ||
Development in Shark has been ended and subsumed by [Spark SQL](http://spark.apache.org/sql/). Please see [this blog post](http://databricks.com/blog/2014/07/01/shark-spark-sql-hive-on-spark-and-the-future-of-sql-on-spark.html) for more information. |