Skip to content

Commit 78c78fa

Browse files
author
shuai.zheng
committed
增加 CBoard 连接 impala 服务的依赖包 #335
1 parent 0f89659 commit 78c78fa

File tree

9 files changed

+437
-432
lines changed

9 files changed

+437
-432
lines changed

lib/ImpalaJDBC4.jar

1.46 MB
Binary file not shown.

lib/TCLIServiceClient.jar

1.25 MB
Binary file not shown.

lib/hive_metastore.jar

7.32 MB
Binary file not shown.

lib/hive_service.jar

583 KB
Binary file not shown.

lib/libfb303-0.9.0.jar

269 KB
Binary file not shown.

lib/libthrift-0.9.0.jar

339 KB
Binary file not shown.

lib/ql.jar

288 KB
Binary file not shown.

pom.xml

Lines changed: 433 additions & 415 deletions
Large diffs are not rendered by default.

src/main/resources/config.properties

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ jdbc_url=jdbc:mysql://localhost:3306/cboard
33
jdbc_username=root
44
jdbc_password=111111
55

6-
#jdbc_url=jdbc:sqlserver://192.168.86.156:1433;databaseName=CBoard_Test
7-
#jdbc_username=uapp_cboard
8-
#jdbc_password=uapp_cboard
9-
106
# Service configuration
11-
dataprovider.resultLimit=1000000
7+
dataprovider.resultLimit=300000
128
admin_user_id=1
139
phantomjs_path=D:/phantomjs-2.1.1-windows/bin/phantomjs.exe
10+
web_port=8026
11+
web_context=
1412

1513
mail.smtp.host=127.0.0.1
1614
mail.smtp.port=8825
@@ -23,15 +21,4 @@ [email protected]
2321
cache.redis.hostName=127.0.0.1
2422
cache.redis.port=6379
2523

26-
org.quartz.threadPool.threadCount=10
27-
28-
# Storage File Syatem
29-
# 1 Stores data in file system
30-
aggregator.h2.url=jdbc:h2:~/H2Data/cboard;AUTO_SERVER=TRUE;LOG=0;UNDO_LOG=0
31-
# 2 Stores data outside of the VM's heap - useful for large memory DBs without incurring GC costs.
32-
#aggregator.h2.url=jdbc:h2:nioMemFS:cboard;LOG=0;UNDO_LOG=0
33-
aggregator.h2.database.name=cboard
34-
aggregator.h2.cleanjob.quarz=0 1 0 * * ?
35-
36-
log.negativeFilter=List\\.do
37-
log.positveFilter=
24+
org.quartz.threadPool.threadCount = 10

0 commit comments

Comments
 (0)