File tree Expand file tree Collapse file tree 3 files changed +29
-8
lines changed Expand file tree Collapse file tree 3 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 23
23
import logging
24
24
import json
25
25
import happybase
26
- from happybase . hbase . ttypes import AlreadyExists
26
+ from Hbase_thrift import AlreadyExists
27
27
28
28
from lifecycle_states import ApplicationState
29
29
Original file line number Diff line number Diff line change 23
23
import logging
24
24
import json
25
25
import happybase
26
- from happybase . hbase . ttypes import AlreadyExists
26
+ from Hbase_thrift import AlreadyExists
27
27
28
28
from package_parser import PackageParser
29
29
Original file line number Diff line number Diff line change 1
- pywebhdfs == 0.4.0
2
- cm-api == 8.0.0
3
- spur == 0.3.12
4
- starbase == 0.3.2
1
+ argparse == 1.2.1
2
+ backports-abc == 0.5
3
+ backports.ssl-match-hostname == 3.5.0.1
4
+ certifi == 2016.9.26
5
+ cffi == 1.9.1
6
+ cm-api == 14.0.0
7
+ cryptography == 1.7.1
8
+ enum34 == 1.1.6
9
+ happybase == 1.0.0
10
+ idna == 2.1
11
+ ipaddress == 1.0.17
12
+ ordereddict == 1.1
13
+ paramiko == 2.1.1
14
+ ply == 3.9
15
+ pyasn1 == 0.1.9
16
+ pycparser == 2.17
5
17
pyhs2 == 0.6.0
6
- happybase == 0.9
18
+ pywebhdfs == 0.4.1
19
+ requests == 2.12.4
20
+ sasl == 0.2.1
21
+ singledispatch == 3.4.0.3
22
+ six == 1.10.0
23
+ spur == 0.3.20
24
+ starbase == 0.3.3
25
+ thrift == 0.9.3
26
+ thriftpy == 0.3.9
27
+ tornado == 4.4.2
7
28
tornado-cors == 0.6.0
8
- requests == 2.9.0
29
+ wsgiref == 0.1.2
You can’t perform that action at this time.
0 commit comments