aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2015-05-21 13:50:08 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-05-21 13:50:08 -0700
commit311fab6f1b00db1a581d77be5196dd045f93d83d (patch)
tree3f220b39791661fbf95e6959db75de6c6de952e3 /dev
parentcdc7c055c931c4c931a11b510de473455f3256da (diff)
downloadspark-311fab6f1b00db1a581d77be5196dd045f93d83d.tar.gz
spark-311fab6f1b00db1a581d77be5196dd045f93d83d.tar.bz2
spark-311fab6f1b00db1a581d77be5196dd045f93d83d.zip
[SPARK-7722] [STREAMING] Added Kinesis to style checker
Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #6325 from tdas/SPARK-7722 and squashes the following commits: 9ab35b2 [Tathagata Das] Fixed styles in Kinesis
Diffstat (limited to 'dev')
-rwxr-xr-xdev/scalastyle8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/scalastyle b/dev/scalastyle
index 7f014c82f1..ad93f7e85b 100755
--- a/dev/scalastyle
+++ b/dev/scalastyle
@@ -17,11 +17,11 @@
# limitations under the License.
#
-echo -e "q\n" | build/sbt -Phive -Phive-thriftserver scalastyle > scalastyle.txt
-echo -e "q\n" | build/sbt -Phive -Phive-thriftserver test:scalastyle >> scalastyle.txt
+echo -e "q\n" | build/sbt -Pkinesis-asl -Phive -Phive-thriftserver scalastyle > scalastyle.txt
+echo -e "q\n" | build/sbt -Pkinesis-asl -Phive -Phive-thriftserver test:scalastyle >> scalastyle.txt
# Check style with YARN built too
-echo -e "q\n" | build/sbt -Pyarn -Phadoop-2.2 scalastyle >> scalastyle.txt
-echo -e "q\n" | build/sbt -Pyarn -Phadoop-2.2 test:scalastyle >> scalastyle.txt
+echo -e "q\n" | build/sbt -Pkinesis-asl -Pyarn -Phadoop-2.2 scalastyle >> scalastyle.txt
+echo -e "q\n" | build/sbt -Pkinesis-asl -Pyarn -Phadoop-2.2 test:scalastyle >> scalastyle.txt
ERRORS=$(cat scalastyle.txt | awk '{if($1~/error/)print}')
rm scalastyle.txt