1.0.0-beta.4 • Published 3 days ago

@azure/synapse-spark v1.0.0-beta.4

Weekly downloads
100
License
MIT
Repository
github
Last release
3 days ago

Azure Synapse Spark client library for JavaScript

This package contains an isomorphic SDK for Spark.

Getting started

Install the package

npm install @azure/synapse-spark

Currently supported environments

  • Node.js version 8.x.x or higher
  • Browser JavaScript

Key concepts

How to use

Examples

In the future, we will share samples here.

Related projects

Impressions

Troubleshooting

Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the AZURE_LOG_LEVEL environment variable to info. Alternatively, logging can be enabled at runtime by calling setLogLevel in the @azure/logger:

import { setLogLevel } from "@azure/logger";

setLogLevel("info");

Next steps

In the future, you'll find additional code samples here.

Contributing

If you'd like to contribute to this library, please read the contributing guide to learn more about how to build and test the code.

Impressions

1.0.0-beta.4

3 years ago

1.0.0-beta.3

3 years ago

1.0.0-beta.2

3 years ago

1.0.0-beta.1

3 years ago