blob: 7b0b65a9c9340d563ccd86a0b57a2587195ae3f9 (
plain) (
blame)
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
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(1.0.9)
LICENSE(Apache-2.0)
PEERDIR(
contrib/python/thrift
)
NO_LINT()
PY_SRCS(
TOP_LEVEL
hive_metastore_client/__init__.py
hive_metastore_client/builders/__init__.py
hive_metastore_client/builders/abstract_builder.py
hive_metastore_client/builders/column_builder.py
hive_metastore_client/builders/database_builder.py
hive_metastore_client/builders/partition_builder.py
hive_metastore_client/builders/serde_info_builder.py
hive_metastore_client/builders/storage_descriptor_builder.py
hive_metastore_client/builders/table_builder.py
hive_metastore_client/hive_metastore_client.py
thrift_files/__init__.py
thrift_files/libraries/__init__.py
thrift_files/libraries/thrift_facebook_service/FacebookService.py
thrift_files/libraries/thrift_facebook_service/__init__.py
thrift_files/libraries/thrift_facebook_service/constants.py
thrift_files/libraries/thrift_facebook_service/ttypes.py
thrift_files/libraries/thrift_hive_metastore_client/ThriftHiveMetastore.py
thrift_files/libraries/thrift_hive_metastore_client/__init__.py
thrift_files/libraries/thrift_hive_metastore_client/constants.py
thrift_files/libraries/thrift_hive_metastore_client/ttypes.py
)
RESOURCE_FILES(
PREFIX contrib/python/hive-metastore-client/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
|