Commit Graph
319 Commits
Author SHA1 Message Date
Umachandar Jayachandran 2074056e20 Merge pull request #635 from Guillaume-Fourrat/patch-1
Adjust permissions / root context
2019-09-25 10:48:44 -07:00
Umachandar Jayachandran a1e7e2912e Merge pull request #638 from Guillaume-Fourrat/patch-2
reworked equality test to be sh-compatible
2019-09-25 10:48:01 -07:00
Rahul Ajmera 44a253277f Spark sample that details how to stream data from Twitter API and move it into SQL Server 2019-09-24 17:15:42 -07:00
Guillaume-Fourrat 261e1993c4 reworked equality test to be sh-compatible
running this script as sudo ./setup-k8s-prereqs.sh would hit
"./setup-k8s-prereqs.sh: 22: [: bionic: unexpected operator"

explanation : https://stackoverflow.com/a/3411105

since script is "marketed" as sh, use "=" instead of "==" which works both under sh and bash
2019-09-18 16:48:09 +02:00
Mihaela Blendea 394257f2a1 Update setup-bdc.sh 2019-09-17 14:24:13 -07:00
Mihaela Blendea 9254486a8a Update README.md 2019-09-16 09:41:09 -07:00
Mihaela Blendea 6e4a90e907 Update K8s version 2019-09-12 10:47:35 -07:00
Guillaume-Fourrat 49fa318dff Adjust permissions
all lines from [setup-k8s-prereqs.sh] basically require elevation, and because there's no sudo prefixing each, running the script under sudo su  context makes sense.
But the setup-k8s-master.sh will do chmod for root instead of current user if run under sudo su (cf use of "id"). It should be run under regular user context I think ?
The need for root context for [setup-volumes-agent.sh] is tied to the bond command, which is linked to another PR which I'll link later.
2019-09-06 18:02:52 +02:00
Mihaela Blendea edd0995e39 Merge pull request #632 from NelGson/patch-10
Fix - cluster.json to bdc.json
2019-09-05 08:26:05 -07:00
Mihaela Blendea 7820fc79e0 Merge pull request #629 from NelGson/patch-7
Updated endpoint patch - RC1
2019-09-05 08:24:34 -07:00
NelGson ac80b9e536 Fix - cluster.json to bdc.json 2019-09-05 08:20:19 -07:00
Mihaela Blendea dd6d4754ac Merge pull request #630 from NelGson/patch-8
Updated security patch - RC1
2019-09-04 15:39:10 -07:00
NelGson 043b9abac6 AD setup script RC1 - Updates 2019-09-04 15:35:15 -07:00
NelGson ed39cf4b56 Updated setup script for AD - RC1 2019-09-04 13:42:40 -07:00
NelGson 3309c2138b Updated security patch - RC1 2019-09-04 13:38:34 -07:00
NelGson e77e030f09 Updated endpoint patch - RC1 2019-09-04 13:35:19 -07:00
Mihaela Blendea d17ad7acde Update deploy-sql-big-data-aks.py 2019-09-04 09:18:35 -07:00
Umachandar Jayachandran a5fb597633 Modified nul device to NUL instead of /dev/null 2019-08-29 13:03:21 -07:00
Travis Wright b0d2f6e685 Merge pull request #624 from microsoft/rc1-bdc
Update BDC deployment samples to SQL Server 2019 RC1
2019-08-29 11:04:56 -07:00
Travis Wright cba1ecb8ca Fixing bug in azdata bdc config replace command
File name changed,  JSON document structure changed.  Made a change here to match both of the new requirements for RC1.
2019-08-28 22:57:55 -07:00
Umachandar Jayachandran 5bee11e1d5 Updated for RC changes & HA 2019-08-28 15:25:49 -07:00
Umachandar Jayachandran 1897cca4de Removed CTP specific code 2019-08-28 14:32:14 -07:00
Mihaela Blendea ea740911b4 Update setup-bdc.sh 2019-08-23 15:25:05 -07:00
Mihaela Blendea 27e90114da Update setup-bdc.sh 2019-08-23 15:24:26 -07:00
Bill Liang 4c119f158d sentiment-analysis app sample: fix package install 2019-08-22 11:03:53 -07:00
Umachandar Jayachandran 1975c87bc8 Determine pod name using @@SERVERNAME 2019-08-22 10:03:25 -07:00
Mihaela Blendea 7b9cafba44 Update push-bdc-images-to-custom-private-repo.py 2019-08-21 17:14:58 -07:00
Umachandar Jayachandran e117beae17 Merge pull request #616 from PiJoCoder/patch-2
Correct syntax to ensure only the one file is deleted
2019-08-20 13:48:27 -07:00
JosephPi-msft f14d7852b2 Correct syntax to ensure only the one file is deleted 2019-08-19 19:40:43 -05:00
JosephPi-msft 7153602e9f Prevent deletion of ALL backups 2019-08-19 19:34:56 -05:00
Pedro Lopes 6c6792cb65 Merge pull request #597 from bluewatersql/patch-1
Added trailing slash in kubectl cp for bak file
2019-08-15 16:21:46 -07:00
Umachandar Jayachandran f1cde8584c Update README.md
Modified notes.
2019-08-14 13:23:04 -07:00
Umachandar Jayachandran f1e503e2f5 Added STARTUP_PATH 2019-08-12 09:12:25 -07:00
Umachandar Jayachandran 3d3968a71f Updated README 2019-08-12 09:05:21 -07:00
Umachandar Jayachandran b1f6ce27ab Setup script for BDC with AD integration 2019-08-12 09:02:40 -07:00
Umachandar Jayachandran c8bc392c60 Fixed typos 2019-08-12 08:27:35 -07:00
Umachandar Jayachandran 26801b9661 Merge branch 'master' of https://github.com/Microsoft/sql-server-samples 2019-08-08 16:21:20 -07:00
Umachandar Jayachandran 4dca48cdea Fixed typo. 2019-08-08 16:21:16 -07:00
Bill Liang c846036409 updated login endpoint to controller-svc-external 2019-08-05 12:42:26 -07:00
Mihaela Blendea 3779327a32 Update README.md 2019-08-05 11:28:44 -07:00
Mihaela Blendea 94d28eec9d Update README.md 2019-08-05 11:27:32 -07:00
Mihaela Blendea e1c6e26b56 Update README.md 2019-08-05 11:26:06 -07:00
Mihaela Blendea d21697f39e Update README.md 2019-08-05 11:21:19 -07:00
Mihaela Blendea 32fd143655 Fix links 2019-08-05 11:20:57 -07:00
Mihaela Blendea c6585d32af Update links 2019-08-05 11:00:16 -07:00
Brandon Koch ff7f6fb576 Merge pull request #600 from microsoft/brkoc/update-references
Update references from mssqlctl to azdata
2019-07-26 17:38:59 -07:00
Mihaela Blendea ed815cf443 Update deploy-sql-big-data-aks.py 2019-07-26 08:43:32 -07:00
Mihaela Blendea b47672230d Update deploy-sql-big-data-aks.py 2019-07-26 08:38:58 -07:00
Brandon Koch 155c53bb23 update references from mssqlctl to azdata 2019-07-25 10:30:33 -07:00
Mihaela Blendea 0f6f0408fa Update deploy-sql-big-data-aks.py 2019-07-25 08:51:57 -07:00