Skip to content

Commit 63c41de

Browse files
authored
Merge pull request #13739 from NathanMSFT/PolyBase_20200211
Corrected typo
2 parents 735043e + a7425ee commit 63c41de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/relational-databases/polybase/polybase-configure-hadoop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The article explains how to use PolyBase on a SQL Server instance to query exter
3434
- Cloudera CDH 4.3, 5.1 - 5.5, 5.9 - 5.13 on Linux
3535

3636
> [!NOTE]
37-
> PolyBase supports Hadoop encryption zones starting with SQL Server 2016 SP1 CU7 and SQL Server 2017 CU3. If you are using [PolyBase scale-out groups](polybase-scale-out-groups.md), all compute nodes must also be on a build that includes support for Haddop encryption zones.
37+
> PolyBase supports Hadoop encryption zones starting with SQL Server 2016 SP1 CU7 and SQL Server 2017 CU3. If you are using [PolyBase scale-out groups](polybase-scale-out-groups.md), all compute nodes must also be on a build that includes support for Hadoop encryption zones.
3838
3939
### Configure Hadoop connectivity
4040

@@ -149,15 +149,15 @@ To query the data in your Hadoop data source, you must define an external table
149149

150150
There are three functions that PolyBase is suited for:
151151

152-
- Ad-hoc queries against external tables.
152+
- Ad hoc queries against external tables.
153153
- Importing data.
154154
- Exporting data.
155155

156156
The following queries provide example with fictional car sensor data.
157157

158-
### Ad-hoc queries
158+
### Ad hoc queries
159159

160-
The following ad-hoc query joins relational with Hadoop data. It selects customers who drive faster than 35 mph,joining structured customer data stored in SQL Server with car sensor data stored in Hadoop.
160+
The following ad hoc query joins relational with Hadoop data. It selects customers who drive faster than 35 mph,joining structured customer data stored in SQL Server with car sensor data stored in Hadoop.
161161

162162
```sql
163163
SELECT DISTINCT Insured_Customers.FirstName,Insured_Customers.LastName,

0 commit comments

Comments
 (0)