diff options
author | Chandan Rajah <crajah@parallelai.com> | 2013-04-26 03:36:38 -0700 |
---|---|---|
committer | Chandan Rajah <crajah@parallelai.com> | 2013-04-26 03:36:38 -0700 |
commit | d6d712287b2bcd74f0c5bbc3ecbb106741443d7c (patch) | |
tree | def6051c908ccefb789df81ae18197c8c7464585 | |
download | SpyGlass-d6d712287b2bcd74f0c5bbc3ecbb106741443d7c.tar.gz SpyGlass-d6d712287b2bcd74f0c5bbc3ecbb106741443d7c.zip |
Initial commit
-rw-r--r-- | .gitignore | 13 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5b7d72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.class +*.log + +# sbt specific +dist/* +target/ +lib_managed/ +src_managed/ +project/boot/ +project/plugins/project/ + +# Scala-IDE specific +.scala_dependencies
\ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a0a713a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +SpyGlass +======== + +Cascading and Scalding wrapper for HBase with advanced read features |