Skip to content

Commit a046ad1

Browse files
authored
Update ranger-policies-for-spark.md
1 parent ce0c6f4 commit a046ad1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/spark/ranger-policies-for-spark.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ In this section, you create two Ranger policies;
6969

7070
1. Open Zeppelin notebook and run the following command to verify the policy.
7171

72-
```%sql
73-
72+
```
73+
%sql
7474
select * from hivesampletable limit 10;
7575
```
7676

@@ -111,8 +111,8 @@ The following example explains how to create a policy to mask a column.
111111

112112
1. Open Zeppelin notebook and run the following command to verify the policy.
113113

114-
```%sql
115-
114+
```
115+
%sql
116116
select clientId, deviceMake from hivesampletable;
117117
```
118118
:::image type="content" source="./media/ranger-policies-for-spark/open-zipline-notebook.png" alt-text="Screenshot shows open zeppelin notebook." lightbox="./media/ranger-policies-for-spark/open-zipline-notebook.png":::

0 commit comments

Comments
 (0)