Граф коммитов

  • 5dfaa7d072 Delete FAQ.md Saveen Reddy 2017-03-08 08:02:24 -0800
  • e7ee85ffa0 Added Sample Data Saveen Reddy 2017-03-03 03:32:51 -0800
  • 376ddb1526 Added MVA Extractor Saveen Reddy 2017-03-03 03:29:40 -0800
  • af657967c4 TEST saveenr 2017-02-24 14:40:42 -0800
  • af5e4a37b1 Added another sample Saveen Reddy 2017-02-21 15:15:14 -0800
  • 7acdc1232e Merge pull request #70 from asears/patch-1 Saveen Reddy 2017-02-19 12:50:29 -0800
  • 5e7321d997 Update USQL debugging document - markdown tidy Andrew Sears 2017-02-18 22:59:31 -0500
  • 47e71a1962 Added a UDF Saveen Reddy 2017-02-17 07:30:44 -0800
  • e47815c29d Put the training UDT and UDAgg in same folder Saveen Reddy 2017-02-16 22:23:28 -0800
  • b2adefe537 Simplified the UDAgg example Saveen Reddy 2017-02-16 22:22:01 -0800
  • c4fedb3c20 Added additional Training Samples saveenr 2017-02-16 15:48:51 -0800
  • 8e6dcd0a83 Added sample for debugging jobs saveenr 2017-02-14 19:40:57 -0800
  • 93375a5efa Adding Python and R Demo Solutions Mike Rys 2017-02-10 11:13:21 -0800
  • acdb3ce2c1 Added to do for XML support Mike Rys 2017-02-07 18:27:28 -0800
  • 3914947e26 Updated comments Mike Rys 2017-02-07 18:26:05 -0800
  • 88166e8b4d Updated sample Saveen Reddy 2017-02-07 15:07:17 -0800
  • 97cbbb0c9d updated sample Saveen Reddy 2017-02-07 14:57:09 -0800
  • ae64b370c5 Fixed sample Saveen Reddy 2017-02-07 14:50:44 -0800
  • c29f4b3f8b Added custom_import module Saveen Reddy 2017-02-07 13:48:13 -0800
  • 48ed436684 Added website log analysis Saveen Reddy 2017-01-25 03:51:33 -0800
  • 059fb27ff6 Added tutorial file Saveen Reddy 2017-01-25 03:49:30 -0800
  • c8cffc649d Create Get_Python_Modules.usql Saveen Reddy 2017-01-09 11:56:43 -0800
  • 5b252b9216 Create Get_Python_Version.usql Saveen Reddy 2017-01-09 10:53:31 -0800
  • ce99f655f4 Merge pull request #60 from kotvisbj/master Saveen Reddy 2017-01-03 19:41:21 -0800
  • 9d87e959fd Merge pull request #67 from dagiro/spatial_example Saveen Reddy 2017-01-03 19:40:00 -0800
  • 18a3c31b22 updated docs Saveen Reddy 2016-12-30 15:37:51 -0800
  • 397f9906d1 Added docs from ghpages Saveen Reddy 2016-12-30 15:30:17 -0800
  • 2a4949a2c7 Fixing merge problem Ben Kotvis 2016-12-30 10:52:39 -0600
  • 0fbc94a5ae Update JSONExamples.usqlproj kotvisbj 2016-12-30 09:59:14 -0600
  • b7061ec8a1 Sample file for examples Ben Kotvis 2016-12-30 09:53:28 -0600
  • 1e789339e1 Define the path as you would with the JSONExtractor, the second argument is if you want errors to be thrown if it can't find an attribute, third argument is an array of attributes that will be located from the specified level or higher in the document tree. In this case personid and name are at the person level and everything else is at the address level or lower (accesscode) Ben Kotvis 2016-12-30 09:50:51 -0600
  • 0904f3439f Update 2-SimpleSpatialUsage.usql dagiro 2016-12-23 09:39:43 -0800
  • 2671ac4b02 Merge pull request #64 from flomader/avrodata Michael Rys 2016-12-21 21:39:59 -0800
  • f2836a14c9 Merge pull request #65 from anthonychu/master Saveen Reddy 2016-12-21 18:03:43 -0800
  • 632a751458 Allow AvroExtractor to handle empty files Anthony Chu 2016-12-21 16:34:34 -0800
  • 84a7cb1101 Added Avro sample data Florian Mader 2016-12-21 12:01:03 +0100
  • 18e6ccae0f Added XML Namespace support to XMLDomExtractor Mike Rys 2016-12-21 00:21:29 -0800
  • df027ddd68 Merge pull request #61 from dagiro/Selfguided Saveen Reddy 2016-12-19 17:06:12 -0800
  • 15e4298e05 Merge pull request #63 from flomader/avro Saveen Reddy 2016-12-19 17:05:57 -0800
  • 6a4da9a071 Avro Extractor documentation Florian Mader 2016-12-19 14:39:54 +0100
  • 178a3d9024 Added example job to demonstrate Avro extractor usage Florian Mader 2016-12-16 17:48:29 +0100
  • 94ead190b0 Added extractor for Avro files Florian Mader 2016-12-16 17:47:13 +0100
  • 62d8e7923d Added additional samples for R/Python/Cognitive Saveen Reddy 2016-11-28 11:15:54 -0800
  • a160a647c5 Added R Sample Saveen Reddy 2016-11-28 10:56:36 -0800
  • 43efd9251e Update USQL_Selfguided_HOL.md dagiro 2016-11-22 12:38:19 -0800
  • 1b60be865e Use it by supplying multiple levels of Json Paths. They will be assigned to the schema by index. It will recurse up the tree to locate paths if they aren't found at the "rowpath" level. Ben Kotvis 2016-11-17 17:53:13 -0600
  • 4d2fe56262 Merge pull request #59 from steventmayer/stemayer-JsonPathExtractor Michael Rys 2016-11-11 11:55:31 -0800
  • 1c82dfc16c Corrected JSONPath functionality in Extractor Steven Mayer 2016-11-10 11:19:52 -0800
  • d0f2f0b5d7 Renamed files in JSONExamples Mike Rys 2016-11-04 11:57:35 -0700
  • ed5a53d47e Update packages.config Saveen Reddy 2016-11-04 12:00:48 -0700
  • 708ab427a7 Revert "Added optional WHERE to show partition elimination on filesets." Mike Rys 2016-11-02 14:22:54 -0700
  • 895fe030a0 Added optional WHERE clause to show partition elimination on file set Mike Rys 2016-11-02 14:22:19 -0700
  • 2b130dc1d7 Added optional WHERE to show partition elimination on filesets. Mike Rys 2016-11-02 14:21:31 -0700
  • a815d4e45f Fix some comment typos and errors Mike Rys 2016-11-02 14:19:35 -0700
  • d5ddf389b9 Fixed type misalignment in ImageOps Mike Rys 2016-11-01 11:59:25 -0700
  • 639ca90bec Updated the FileCopy UDOs Mike Rys 2016-10-26 12:14:56 -0700
  • 6b4ddc57fe Merge pull request #50 from flomader/patch-1 Saveen Reddy 2016-10-22 15:54:33 -0700
  • 3b80dae217 Aligned code with upcoming MSDN article sample Mike Rys 2016-10-17 01:41:38 -0700
  • bca92ab412 Updated Builtin-UDO samples with new options Mike Rys 2016-10-17 01:41:10 -0700
  • 89512cbed6 Added HOL images Mike Rys 2016-10-13 13:50:04 -0700
  • 4e32e79c3e Resynced the HOL documents with the main copies in the AzureDataLake Repo Mike Rys 2016-10-13 13:47:05 -0700
  • b4b8022f4d Updated samples to remove deprecated :* Mike Rys 2016-10-13 13:42:11 -0700
  • 440e36ab72 Improvements on Image Sample Mike Rys 2016-10-12 13:30:37 -0700
  • 35113dd2b0 JSON Sample Data Mike Rys 2016-10-10 16:27:53 -0700
  • 5c544a96da Updated Tweetanalysis Sample Mike Rys 2016-09-27 17:28:25 -0400
  • 03b98f2e30 Updated RangeReducer Mike Rys 2016-09-27 17:26:54 -0400
  • c2c14d628d Added a JSON sample project Mike Rys 2016-09-27 17:25:58 -0400
  • 46403f6906 Added more examples for Image app sample Mike Rys 2016-09-27 17:22:20 -0400
  • 14d9314025 Merge pull request #55 from steventmayer/stemayer-StreamingJsonExtractor Saveen Reddy 2016-09-23 18:47:08 -0700
  • 4567a846e3 Updated PARTITION syntax to final syntax. Michael Rys 2016-09-23 14:11:41 -0700
  • ad848ff7b0 updated to latest syntax regarding partitioning/distribution Michael Rys 2016-09-23 14:10:33 -0700
  • 79f175865f Changed Json Extractor to streaming read into reading all into memory at once. Steven Mayer 2016-09-22 11:26:06 -0700
  • 03405b313e Updated PARTITION syntax to final syntax. Michael Rys 2016-09-21 23:59:59 -0700
  • 0cc97d993c Fixed file set syntax. Michael Rys 2016-09-16 01:16:16 -0700
  • 85acecff2f Added link to blog post explaining registration Mike Rys 2016-08-25 23:48:10 -0700
  • 93b3d5bc88 Fix a typo in comment Mike Rys 2016-08-25 11:40:52 -0700
  • fb80448ac4 Add simple SQL Spatial type example Mike Rys 2016-08-25 11:40:42 -0700
  • dabd9fbd15 Added new Tweet set Mike Rys 2016-08-25 11:39:49 -0700
  • 16cafcd9f4 New Flexible Schema Extractor and some cleanup Mike Rys 2016-08-15 01:20:03 -0700
  • 521ed6c3e2 Update readme.md Florian Mader 2016-07-27 17:58:05 +0200
  • bd55d87444 Merge pull request #49 from Azure/rukmanig rukmanig 2016-07-20 14:11:25 -0700
  • ffcf6bfe24 Optimized NestedJsonProcessing example rukmanig 2016-07-20 14:10:16 -0700
  • 5e37d7e3cb Optimized NestedJsonSample in the JsonSample code. rukmanig 2016-07-20 13:55:31 -0700
  • e1496b3385 Updated TweetAnalysis Example with new USING clause Mike Rys 2016-07-15 18:29:22 -0700
  • 5a3771da68 Update Newtonsoft Reference to v8. Mike Rys 2016-07-14 14:04:50 -0700
  • 827c3f911d Update README.md Saveen Reddy 2016-07-04 13:07:53 -0700
  • 92197fadd2 Merge ca2bdfbec0 into 550c977f91 Florian Mader 2016-07-02 03:11:23 +0000
  • 550c977f91 Update README.md Saveen Reddy 2016-06-22 08:55:55 -0700
  • d5820e57c1 Merge pull request #45 from Azure/rukmanig rukmanig 2016-06-21 01:31:18 -0500
  • 943c4348d2 Modified UDAGG example and added new sample file and image files Rukmani Gopalan 2016-06-20 23:28:49 -0700
  • 453ccfce8d Merge pull request #44 from rukmanig/rukmanig-image rukmanig 2016-06-20 18:15:17 -0500
  • ebc87efed2 Adding simple extensibility examples rukmanig 2016-06-20 16:13:00 -0700
  • 01d91b3944 Merge pull request #43 from rukmanig/rukmanig-image rukmanig 2016-06-16 18:05:11 -0500
  • ed16800765 C:\Users\rukmanig\source\Repos\BigDataInternal\CustomCode_Usecases rukmanig 2016-06-16 15:58:25 -0700
  • 823186708f Merge pull request #42 from Azure/rukmanig-patch-1 rukmanig 2016-06-16 17:38:31 -0500
  • 96d57817d1 Adding link to the MSDN article for CREATE ASSEMBLY in the ReadMe rukmanig 2016-06-16 15:38:17 -0700
  • 4bb7175000 Added Range Reducer sample Mike Rys 2016-06-07 17:44:11 -0700
  • f0decea3b4 Updated TweetAnalysis TVF example to infer the result type Mike Rys 2016-06-07 17:43:11 -0700
  • 6ee5532ece Merge pull request #40 from Azure/jsonsample rukmanig 2016-05-17 16:02:48 -0700
  • 6e76315097 Adding sample json files in Samples/Data and documentation file - README.md rukmanig 2016-05-17 15:58:51 -0700