dataproc-spark-connect 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/PKG-INFO +6 -1
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/README.md +6 -1
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/dataproc_spark_connect.egg-info/PKG-INFO +6 -1
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/google/cloud/dataproc_spark_connect/__init__.py +9 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/setup.py +1 -1
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/LICENSE +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/dataproc_spark_connect.egg-info/SOURCES.txt +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/dataproc_spark_connect.egg-info/dependency_links.txt +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/dataproc_spark_connect.egg-info/requires.txt +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/dataproc_spark_connect.egg-info/top_level.txt +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/google/cloud/dataproc_spark_connect/client/__init__.py +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/google/cloud/dataproc_spark_connect/client/core.py +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/google/cloud/dataproc_spark_connect/client/proxy.py +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/google/cloud/dataproc_spark_connect/session.py +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/pyproject.toml +0 -0
- {dataproc_spark_connect-0.2.0 → dataproc_spark_connect-0.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dataproc-spark-connect
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Dataproc client library for Spark Connect
|
|
5
5
|
Home-page: https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python
|
|
6
6
|
Author: Google LLC
|
|
@@ -16,6 +16,11 @@ Requires-Dist: pyarrow
|
|
|
16
16
|
|
|
17
17
|
# Dataproc Spark Connect Client
|
|
18
18
|
|
|
19
|
+
> ⚠️ **Warning:**
|
|
20
|
+
The package `dataproc-spark-connect` has been renamed to `google-spark-connect`. `dataproc-spark-connect` will no longer be updated.
|
|
21
|
+
For help using `google-spark-connect`, please see [guide](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/blob/main/README.md).
|
|
22
|
+
|
|
23
|
+
|
|
19
24
|
A wrapper of the Apache [Spark Connect](https://spark.apache.org/spark-connect/) client with
|
|
20
25
|
additional functionalities that allow applications to communicate with a remote Dataproc
|
|
21
26
|
Spark cluster using the Spark Connect protocol without requiring additional steps.
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Dataproc Spark Connect Client
|
|
2
2
|
|
|
3
|
+
> ⚠️ **Warning:**
|
|
4
|
+
The package `dataproc-spark-connect` has been renamed to `google-spark-connect`. `dataproc-spark-connect` will no longer be updated.
|
|
5
|
+
For help using `google-spark-connect`, please see [guide](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/blob/main/README.md).
|
|
6
|
+
|
|
7
|
+
|
|
3
8
|
A wrapper of the Apache [Spark Connect](https://spark.apache.org/spark-connect/) client with
|
|
4
9
|
additional functionalities that allow applications to communicate with a remote Dataproc
|
|
5
10
|
Spark cluster using the Spark Connect protocol without requiring additional steps.
|
|
@@ -95,4 +100,4 @@ This will happen even if you are running the client from a non-GCE instance.
|
|
|
95
100
|
export VERSION=<version>
|
|
96
101
|
gsutil cp gs://<your_bucket_name>/dataproc_spark_connect-${VERSION}-py2.py3-none-any.whl .
|
|
97
102
|
yes | pip uninstall dataproc_spark_connect
|
|
98
|
-
pip install dataproc_spark_connect-${VERSION}-py2.py3-none-any.whl
|
|
103
|
+
pip install dataproc_spark_connect-${VERSION}-py2.py3-none-any.whl
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dataproc-spark-connect
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Dataproc client library for Spark Connect
|
|
5
5
|
Home-page: https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python
|
|
6
6
|
Author: Google LLC
|
|
@@ -16,6 +16,11 @@ Requires-Dist: pyarrow
|
|
|
16
16
|
|
|
17
17
|
# Dataproc Spark Connect Client
|
|
18
18
|
|
|
19
|
+
> ⚠️ **Warning:**
|
|
20
|
+
The package `dataproc-spark-connect` has been renamed to `google-spark-connect`. `dataproc-spark-connect` will no longer be updated.
|
|
21
|
+
For help using `google-spark-connect`, please see [guide](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/blob/main/README.md).
|
|
22
|
+
|
|
23
|
+
|
|
19
24
|
A wrapper of the Apache [Spark Connect](https://spark.apache.org/spark-connect/) client with
|
|
20
25
|
additional functionalities that allow applications to communicate with a remote Dataproc
|
|
21
26
|
Spark cluster using the Spark Connect protocol without requiring additional steps.
|
|
@@ -12,3 +12,12 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
from .session import DataprocSparkSession
|
|
15
|
+
import warnings
|
|
16
|
+
|
|
17
|
+
warnings.warn(
|
|
18
|
+
"The package 'dataproc-spark-connect' has been renamed to 'google-spark-connect'. "
|
|
19
|
+
"'dataproc-spark-connect' will no longer be updated. "
|
|
20
|
+
"For help using 'google-spark-connect', "
|
|
21
|
+
"see https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/blob/main/README.md. ",
|
|
22
|
+
DeprecationWarning,
|
|
23
|
+
)
|
|
@@ -20,7 +20,7 @@ long_description = (this_directory / "README.md").read_text()
|
|
|
20
20
|
|
|
21
21
|
setup(
|
|
22
22
|
name="dataproc-spark-connect",
|
|
23
|
-
version="0.2.
|
|
23
|
+
version="0.2.1",
|
|
24
24
|
description="Dataproc client library for Spark Connect",
|
|
25
25
|
long_description=long_description,
|
|
26
26
|
author="Google LLC",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|