tianchao-haohan

Results 10 issues of tianchao-haohan

Only configuration mentioned in the README. How to start this application?

question

### System and Python Environment |Item|Tooltip|Value| |---|---|---| |System|Centos 7 3.10.0-693.21.1.el7.x86_64|| |Python|Python 2.7.5|| |Cobra|v2.0.0-alpha.5|| ### Description [正式的生产环境中,存在很多将某个project扫描结果导出成报告的需求] ### Steps to Reproduce 1. [First Step] 2. [Second Step] 3. [and so on...]...

``` from pyhive import hive con = hive.Connection(host="10.8.8.8", port=21000, auth='KERBEROS', kerberos_service_name="hive") cursor = con.cursor() cursor.execute('show databases') datas = cursor.fetchall() print(datas) ``` thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-1)...

Could you please help to list what databases are supported in this parser? Oracle/Mysql/DB2/etc.

##kerberos Auth should be passed ## Auth Failed ## Snippet to Reproduce the Problem ```from kazoo.client import KazooClient client = KazooClient("10.8.8.6:24000,10.8.8.7:24000", sasl_options={"mechanism": "GSSAPI", "service":"zookeeper"}) client.start() ``` ## Logs with logging...

Here is the diff code: ``` +++ b/src/3rd_party/http_parser/http_parser.c @@ -1783,8 +1783,9 @@ reexecute: hasBody = parser->flags & F_CHUNKED || (parser->content_length > 0 && parser->content_length != ULLONG_MAX); - if (parser->upgrade &&...

![image](https://cloud.githubusercontent.com/assets/8639363/20379888/9654fc54-acd9-11e6-9952-8cb4e38be0bb.png) For the picture, the day in September can't been seen. Besides, is that possible to change the data format in x-axis. For example,displayed the date in the format of...

![image](https://cloud.githubusercontent.com/assets/8639363/20379818/3e976556-acd9-11e6-8ed4-60df81eb556a.png) From this picture, the value displayed in Floating window of 'USE_START PER DAY' and 'TESTPOOL' are disordered. And here is the configuration: ![image](https://cloud.githubusercontent.com/assets/8639363/20379772/08673934-acd9-11e6-8cce-5cd58244b30f.png)

I use a range value in the Event label and I need to config the bar to different color. Just like the attached picture: ![screenshot1](https://cloud.githubusercontent.com/assets/8639363/20170950/6a77d8ce-a769-11e6-8ac5-0c2a2d1e4778.png)

![image](https://cloud.githubusercontent.com/assets/8639363/20259651/f96a7ab2-aa90-11e6-91ee-1417675c8c79.png) ![image](https://cloud.githubusercontent.com/assets/8639363/20259709/4623720a-aa91-11e6-9a19-53bb7b195de3.png) From the two pictures, the data with data range between October 5th and October 8th was not displayed. And I have verified that the data between October 4th...