-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
56 lines (46 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Drone
=======
Drone is an open source version of the hive query workbench.
Drone is licensed under the GPLv3
(http://www.gnu.org/copyleft/gpl.html)
Screen
-------------------
- http://www.gruter.com/download_files/drone-01.png
Prerequisites
-------------------
JDK 1.6.x
Hadoop 0.20.x or 1.0.x
Hive
MySQL
ExtJS4(http://www.sencha.com/products/extjs)
Installation
-------------------
Download https://github.com/downloads/gruter/drone/gruter-drone-bin-0.9.tar.gz
tar xzf gruter-drone-bin-0.9.tar.gz
cd gruter-drone
vi bin/drone-env.sh
change env variable
vi conf/settings.properties
database connection properties
create table
execute conf/table/hive.sql
copy extjs
download extjs
copy extjs to "src/main/webapp/resources/extjs"
Start/Stop
-------------------
Start
${HIVE_HOME}/bin/hive --service hiveserver
bin/start-drone.sh [port]
http://127.0.0.1:8091
Stop
bin/stop-drone.sh
Build
-------------------
webserver embedded version
mvn install assembly:single
war version
mvn install
Source Code
-------------------
The Drone source code is hosted on GitHub: https://github.com/gruter/drone