Gerhard Brueckl
47f5cdc19f
Update README.md ( #92 )
...
fix docs for sqlContext.azurePushdownQuery which was renamed to sqlContext.sqlDBQuery
2020-08-26 11:16:07 -07:00
Arvind Shyamsundar
083f9bb412
Update README.md
2020-07-01 17:27:22 -07:00
Fokko Driesprong
f1d2b26376
Set Scala versions using properties ( #72 )
...
* Set Scala versions using properties similar to Spark's pom.xml
2020-06-03 12:56:13 -07:00
denzilribeiro
b30ca0300a
Merge pull request #71 from ksaliya/master
...
Update setFireTriggers to have the correct configs
2020-05-20 12:49:07 -05:00
Arvind Shyamsundar
dacb752fd9
Merge pull request #60 from gregl83/master
...
fix incorrect sqlDB examples
2020-05-19 22:05:53 -07:00
Arvind Shyamsundar
0bafb7d465
Merge pull request #69 from Fokko/fd-consolidate-versions
...
Consolidate the versions
2020-05-09 17:20:05 -07:00
Fokko Driesprong
2a2a8b3efc
Merge branch 'fd-consolidate-versions' of github.com:Fokko/azure-sqldb-spark into fd-consolidate-versions
2020-05-09 09:08:19 +02:00
Fokko Driesprong
47bd6960af
Restore the provided property
2020-05-09 09:07:57 +02:00
Fokko Driesprong
d0e8d54055
Merge branch 'master' into fd-consolidate-versions
2020-05-04 21:37:01 +02:00
Saliya
98f8d854f0
Update setFireTriggers to have the correct configs
...
- serFireTriggers was incorrectly set to get the configs from BulkCopyKeepIdentity. Updated this to have the correct configuration.
2020-05-01 11:33:25 -04:00
Arvind Shyamsundar
cf8b7a3d19
Merge pull request #70 from Fokko/fd-make-spark-provided
...
Make Spark dependency provided
2020-04-29 10:36:59 -07:00
Fokko Driesprong
da4b8ab090
Make Spark dependency provided
2020-04-22 15:35:39 +02:00
Fokko Driesprong
85f94e75e0
Consolidate the versions
2020-04-22 15:31:39 +02:00
Arvind Shyamsundar
61965d4e75
Merge pull request #68 from arvindshmicrosoft/specify-dist-trusty
...
Explicitly specify Linux dist to be Trusty
2020-04-20 11:23:05 -07:00
Arvind Shyamsundar
f8b3f99069
Explicitly specify Linux dist to be Trusty
...
Stopgap fix to allow Travis CI to work for the Linux jobs. See the
[Travis
blog](https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment ) for details
2020-04-20 11:10:31 -07:00
Gregory Langlais
8b738877f5
fix incorrect sqlDB examples
...
- ensure all sql db references use: sqlDB
- remove whitespace from parametere values to avoid confusion
- update requirements table formatting for consistency
- replace tab with single space in footnote for consistent markdown
list
2020-02-15 12:14:28 -05:00
Romit Girdhar
3c02c031b0
Restoring pom.xml to use spark-core_2.11 to use version 2.2.2
2019-04-03 09:24:01 -07:00
Romit Girdhar
7f9d67d5a8
Revert "Merge branch 'master' into master"
...
This reverts commit c1a6c0e85d
, reversing
changes made to 655f435592
.
2019-04-03 09:19:00 -07:00
Romit Girdhar
d07b7c9414
Revert "Update pom.xml"
...
This reverts commit 655f435592
.
2019-04-03 06:11:36 -07:00
romitgirdhar
c1a6c0e85d
Merge branch 'master' into master
2019-04-02 20:10:10 -07:00
Arvind Shyamsundar
655f435592
Update pom.xml
...
Address CVE-2018-1334 and CVE-2018-8024.
2019-03-16 11:12:15 -07:00
allenwux
49ada7c723
Update README.md
2018-10-11 14:00:04 -07:00
allenwux
e6e6f6199c
Update pom.xml
2018-10-10 13:54:05 -07:00
romitgirdhar
24688f2ada
Merge pull request #2 from romitgirdhar/mvp2.0
...
Updated tests
2018-09-15 16:28:26 -07:00
Romit Girdhar
425e68cee7
Updated tests
2018-09-15 16:27:31 -07:00
Romit Girdhar
9a20d52b21
Added helper class for creation and deletion of SQL Server tables in Test Suite
2018-09-07 18:37:30 -07:00
romitgirdhar
8a1cb85136
Merge pull request #1 from romitgirdhar/streaming_sink
...
Streaming sink
2018-09-07 16:31:51 -07:00
Romit Girdhar
ea376c4f24
Connector MVP now working
2018-09-07 16:29:38 -07:00
Romit Girdhar
7f9ad3173c
mvp for the Structured streaming sink for Azure SQL DB and SQL Server
2018-08-15 11:47:32 -07:00
Arvind Shyamsundar
fa1cf19ed7
Merge pull request #6 from slyons/master
...
Optimized the column metadata lookup to happen just once. This greatly improves performance with larger bulk loads and larger number of partitions.
2018-05-23 13:47:50 -07:00
Scott Lyons
eaa22efa2f
Moving bulk copy infer
...
Moving the collection of the bulk copy metadata from the executors to the driver. Should prevent locking table when acquiring the schema.
2018-05-22 17:48:51 -07:00
allenwux
93d2382389
Merge pull request #3 from Azure/allenwux-patch-1
...
Create AzureDocument.md
2018-04-12 15:17:32 -07:00
allenwux
4d3c52002e
Update AzureDocument.md
2018-04-12 10:58:06 -07:00
Zeqi Cui
ad5f4aec27
formatting issues
2018-04-11 13:18:59 -07:00
Zeqi Cui
bfbefc9c12
Move AzureDocument.md into docs folder
2018-04-11 13:15:19 -07:00
allenwux
b58de85def
Create AzureDocument.md
2018-04-11 13:01:21 -07:00
Zeqi Cui
f18e3a6933
Merge pull request #2 from Azure/setup-travis-ci
...
Setup Travis CI
2018-04-09 16:26:55 -07:00
Zeqi Cui
9ebe84f5c2
Update README.md
...
Added Travis CI build status
2018-04-09 16:17:45 -07:00
Zeqi Cui
5ca09106bc
Added Scalastyle config
...
Fixed style check errors
2018-04-09 16:05:40 -07:00
Zeqi Cui
1b2ae395ea
Added travis.yml file
2018-04-09 14:49:07 -07:00
Zeqi Cui
0d2efbd7e2
Fix maven build and test errors
2018-04-09 14:42:01 -07:00
Zeqi Cui
39d8fe2dd4
Merge pull request #1 from Azure/initial-spark-sql-connector
...
Azure SQL DB / SQL Server Connector
2018-04-09 10:44:33 -07:00
Zeqi Cui
4e9b6013bf
Updated README.md
...
To most recent version of documentation
2018-04-09 10:40:48 -07:00
Zeqi Cui
f3a538f4a3
Added release jars
2018-04-09 10:02:25 -07:00
Zeqi Cui
6b2adb2e21
Remove username and password from mandatory fields
...
- users can connect via accessToken
2018-04-09 09:35:23 -07:00
Zeqi Cui
2c91b2e58b
Added sample databricks notebook
2018-04-05 14:35:20 -07:00
Zeqi Cui
55e999b549
Added sample scripts for use cases
...
+ Fixed failing spec for bulk copy metadata
2018-03-29 12:32:23 -07:00
Zeqi Cui
f0bd19ee98
SQLServerException reflection for compatibillity with earlier drivers
2018-03-23 13:17:53 -07:00
Zeqi Cui
e71c30dc60
Added transaction support for bulk insert
...
- better error handling for bulk insert
- additional comments
2018-03-22 11:09:22 -07:00
Zeqi Cui
31e52379f8
Class header and general comments
2018-03-19 10:32:17 -07:00