Skip to content
Snippets Groups Projects
Commit 4779b86b authored by zuotingbing's avatar zuotingbing Committed by Sean Owen
Browse files

[SPARK-20779][EXAMPLES] The ASF header placed in an incorrect location in some files.

## What changes were proposed in this pull request?

The license is not at the top in some files. and it will be best if we update these places of the ASF header to be consistent with other files.

## How was this patch tested?

manual tests

Author: zuotingbing <zuo.tingbing9@zte.com.cn>

Closes #18012 from zuotingbing/spark-license.
parent 5d2750aa
No related branches found
No related tags found
No related merge requests found
from __future__ import print_function
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
......@@ -16,6 +15,8 @@ from __future__ import print_function
# limitations under the License.
#
from __future__ import print_function
import sys
from pyspark.sql import SparkSession
......
from __future__ import print_function
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
......@@ -16,6 +15,8 @@ from __future__ import print_function
# limitations under the License.
#
from __future__ import print_function
import sys
from random import random
from operator import add
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment