Commit Graph
2192 Commits
Author SHA1 Message Date
pmasl b6d3826303 Renamed IQP demos for clarity 2019-09-30 11:11:08 -07:00
Pedro Lopes 494e06d5c5 Merge pull request #646 from microsoft/revert-637-master
Revert "Initial checkin for hdfs kerberos testing tool"
2019-09-30 10:02:15 -07:00
Pedro Lopes ce6e4b39dc Revert "Initial checkin for hdfs kerberos testing tool" 2019-09-30 10:01:31 -07:00
Pedro Lopes a26b2f3526 Merge pull request #637 from udlingal/master
Initial checkin for hdfs kerberos testing tool
2019-09-30 09:57:21 -07:00
shivsood 49a2dd5645 Merge pull request #645 from shivsood/streaming_sample
Added Sample to stream to external tables using MsSQLSpark connector
2019-09-26 18:31:02 -07:00
ShivSood 6609e65e48 stream to external tables using MsSQLSpark connector 2019-09-26 18:28:08 -07:00
Umachandar Jayachandran 268f20cb67 Merge pull request #641 from bluefooted/in-memory-database
Restructuring to reflect In-Memory Database
2019-09-25 10:50:32 -07:00
Umachandar Jayachandran d9fc3c168a Merge pull request #640 from microsoft/MikeRayMSFT-patch-1
Clarify non-support for RTM
2019-09-25 10:49:14 -07:00
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
Umachandar Jayachandran d31f1e878e Merge pull request #644 from alexprotsenko/patch-1
Updated json samples to add new mandatory fields
2019-09-25 10:47:05 -07:00
Umachandar Jayachandran c3c9196de7 Merge pull request #642 from HeyMo0sh/patch-1
Update register.md
2019-09-25 10:46:41 -07:00
Alex Protsenko 5ea3f58d51 updated ruleset name 2019-09-25 20:08:57 +03:00
Alex Protsenko e89cf3ae02 Added new mandatory fields to Making...json 2019-09-25 20:02:39 +03:00
Alex Protsenko d2fb9259dc Added new mandatory fields to Disabling...json 2019-09-25 19:49:10 +03: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
Uday Kiran Reddy Lingala cfe3a0d222 Adding intial checkin for notebook with required files. 2019-09-24 11:18:20 -07:00
Uday Kiran Reddy Lingala 9e5be79ed8 Revert "Initial checkin for hdfs kerberos testing tool". We do not allow
zip files in samples.

This reverts commit bb04775dbf.
2019-09-24 11:16:28 -07:00
Jason Roth d74bccf442 Merge pull request #643 from alexprotsenko/master
[SQL Asmnt] Update to keep the SQL Assessment samples folder in sync with release
2019-09-24 10:22:24 -07:00
Alex Protsenko 931e6c44cb Merge pull request #2 from alexprotsenko/sqlasmnt
set of changes for sql asmnt samples folder
2019-09-24 09:50:57 +03:00
Alex Protsenko 28777fce33 removed QueryStoreCheck_fix.json
issue with query store check was fixed in last version
2019-09-24 09:46:56 +03:00
Alex Protsenko 50ce21900b removed work around for query store check issue 2019-09-24 09:45:29 +03:00
Alex Protsenko ad236e79a8 updated default ruleset to most recent released version 2019-09-24 09:43:04 +03:00
Hamish Watson 3cf66940a4 Update register.md 2019-09-24 09:52:11 +12:00
Pam Lahoud 5de39273fc Restructuring to reflect In-Memory Database 2019-09-23 11:18:37 -07:00
Alex Protsenko 3d4ae01e6d Merge pull request #1 from microsoft/master
catching up the main repo
2019-09-23 18:52:47 +03:00
Mike Ray 2bb443bb4c Clarify non-support for RTM 2019-09-20 09:45:36 -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
Umachandar Jayachandran b084afe6de Merge pull request #623 from grunners/patch-1
Fixed hyperlink typo in Readme.md
2019-09-11 15:18:28 -07:00
Umachandar Jayachandran b7bb1849e8 Merge pull request #626 from bweissman/master
adjusted filename in parameter to rc filename
2019-09-11 15:18:02 -07:00
Umachandar Jayachandran 7276d4d7d0 Merge pull request #613 from bluefooted/sequential-key-demo
Adding newly published blog link
2019-09-11 15:16:48 -07:00
Uday Kiran Reddy Lingala bb04775dbf Initial checkin for hdfs kerberos testing tool 2019-09-11 14:35:02 -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
Mihaela Blendea cdf2517c6e Merge pull request #631 from NelGson/patch-9
Updated setup script for AD - RC1
2019-09-04 15:38:58 -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
Jovan Popovic (MSFT) 4b2c556c5a updated columns in compare properties 2019-09-04 21:43:38 +02:00
Jovan Popovic (MSFT) ac5ea6c2e9 Added instance properties 2019-09-04 21:35:51 +02:00
Jovan Popovic (MSFT) 4fc21d4424 Adding memory and schedulers 2019-09-04 21:25:43 +02:00
Mihaela Blendea d17ad7acde Update deploy-sql-big-data-aks.py 2019-09-04 09:18:35 -07:00
Ben Weissman 6649942d09 Merge pull request #2 from microsoft/master
full
2019-08-31 07:33:01 +02:00