forked from hangum/TadpoleForDBTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Apache Hive feature
Cho HyunJong edited this page Sep 4, 2013
·
10 revisions
- Intuitive web interface (Safari, Chrome, IE, Firefox, Opera) - (O)
- hive connection management - (O)
- local/remote hive server connection manage - (O)
- DDL(Data Definition Language) with hive - (O)
- CREATE, ALTER, DROP Table ( external Table ) - (O)
- Automatically create hive database from sample local data file(CSV,TSV) - (X)
- DML(Data manipulation Language) support for Hive tables
- File upload to local hadoop cluster - (X)
- Load data to hive table - (로컬 가능, 원격불가능)
- basic DML(select, insert ..) support - (O)
- Database View (Tree, Table, Text) - (O)
- Query support
- show Query planner - (O)
- executing query from console - (O)
- connection to hadoop M/R web - (X)
- Download query result - (O)
- query grammar check - (?, O)
- basic Data analysis support
- create line chart from result - (X)
- create column chart from result - (X)
- HDFS Support
- HDFS connection manager - (X)
- File Create, Read, Upload(not update), Delete from HDFS - (X)
- Web Console to hive server - (X)
- MapReduce job tracking - (X)
- hive connection management
- EC2 hive job flow connection management
- DDL(Data Definition Language) with hive
- CREATE, ALTER, DROP Table ( external Table )
- Automatically create hive database from Amazon s3 (CSV, TSV)
- DML(Data manipulation Language) support for Hive tables
- File upload to Amazon S3
- Load data to hive table
- Database View (Tree, Table, Text)
- Query support
- show Query panner from EMR hive job
- executing query from console
- connection to AWS EMR hive job flow's ec2
- Download query result
- query grammar check
- HDFS Support
- HDFS connection manager ( EC2 )
- Bucket management
- File Create, Read, Upload(not update), Delete from S3
- Web Console to hive server
- MapReduce job tracking over EMR