-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 967 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: catalog
Type: Package
Title: Access the 'Spark Catalog' API via 'sparklyr'
Version: 0.1.1
Authors@R: person("Nathan", "Eastwood", "", "[email protected]",
role = c("aut", "cre"))
Maintainer: Nathan Eastwood <[email protected]>
Description: Gain access to the 'Spark Catalog' API making use of the 'sparklyr' API. 'Catalog' <https://spark.apache.org/docs/2.4.3/api/java/org/apache/spark/sql/catalog/Catalog.html> is the interface for managing a metastore (aka metadata catalog) of relational entities (e.g. database(s), tables, functions, table columns and temporary views).
URL: https://nathaneastwood.github.io/catalog/, https://github.com/nathaneastwood/catalog
BugReports: https://github.com/nathaneastwood/catalog/issues
Depends: R (>= 3.5)
Imports:
dplyr,
sparklyr
Suggests:
DBI,
knitr,
rmarkdown,
roxygen2,
tinytest
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)