1 Wed Jan 14 14:54:43 CST 2015 Starting thrift on <hostname>
2 core file size (blocks, -c) 0
3 data seg size (kbytes, -d) unlimited
4 scheduling priority (-e) 0
5 file size (blocks, -f) unlimited
6 pending signals (-i) 191956
7 max locked memory (kbytes, -l) unlimited
8 max memory size (kbytes, -m) unlimited
9 open files (-n) 32768
10 pipe size (512 bytes, -p) 8
11 POSIX message queues (bytes, -q) 819200
12 real-time priority (-r) 0
13 stack size (kbytes, -s) 10240
14 cpu time (seconds, -t) unlimited
15 max user processes (-u) 1024
16 virtual memory (kbytes, -v) unlimited
17 file locks (-x) unlimited
18 INFO [main] util.VersionInfo: HBase 0.98.6-cdh5.3.0
19 INFO [main] util.VersionInfo: Subversion file:///data/jenkins/workspace/generic-package-rhel64-6-0/topdir/BUILD/hbase-0.98.6-cdh5.3.0 -r Unknown
20 INFO [main] util.VersionInfo: Compiled by jenkins on Tue Dec 16 19:13:29 PST 2014
21 INFO [main] thrift.ThriftServerRunner: Using default thrift server type
22 INFO [main] thrift.ThriftServerRunner: Using thrift server type threadpool
23 INFO [main] impl.MetricsConfig: loaded properties from hadoop-metrics2-hbase.properties
24 INFO [main] impl.MetricsSystemImpl: Scheduled snapshot period at 10 second(s).
25 INFO [main] impl.MetricsSystemImpl: HBase metrics system started
26 INFO [main] mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
27 INFO [main] http.HttpServer: Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer$QuotingInputFilter)
28 INFO [main] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context thrift
29 INFO [main] http.HttpServer: Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context static
30 INFO [main] http.HttpServer: Jetty bound to port 9095
31 INFO [main] mortbay.log: jetty-6.1.26.cloudera.4
32 INFO [main] mortbay.log: Started HttpServer$SelectChannelConnectorWithSafeStartup@0.0.0.0:9095
33 DEBUG [main] thrift.ThriftServerRunner: Using compact protocol
34 DEBUG [main] thrift.ThriftServerRunner: Using framed transport
35 INFO [main] thrift.ThriftServerRunner: starting TBoundedThreadPoolServer on /0.0.0.0:9090; min worker threads=16, max worker threads=1000, max queued requests=1000
由以上红色文字部分可知,是因为thrift 的server端和client端的协议不匹配造成的。