Huawei-Spark / Spark-SQL-on-HBase

Native, optimized access to HBase Data through Spark SQL/Dataframe Interfaces
Apache License 2.0
321 stars 164 forks source link

Detailed Documentation #24

Closed rkiyer999 closed 9 years ago

rkiyer999 commented 9 years ago

Can I get a detailed documentation of different SQL statements and its usage. Like : Does it support view?
Does it support Index? Does it support Stored Procedures? If yes can I get a syntax. I am looking for usage document if any for testing/evaluating sparksqlonhbase.

yzhou2001 commented 9 years ago

No support of view nor stored procedure nor index. But HBase really supports sort of "index organized table" and this product supports multidimensional composite primary keys.

xinyunh commented 9 years ago

Hi @rkiyer999,

BTW, you might find our documentation under the "doc" folder.