Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Domenico Giordano
data-analytics
Commits
2329c39d
Commit
2329c39d
authored
Apr 14, 2020
by
Domenico Giordano
Browse files
remove nbconvert step, waiting for new image
parent
9ec4ba4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
spark_etl/tests/test_spark_connector.sh
View file @
2329c39d
...
...
@@ -66,8 +66,8 @@ echo -e "\ntest python pyspark module\n"
echo
-e
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
\n
"
python3
${
WORK_DIR
}
/test_spark_connector.py
echo
-e
"
\n
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
echo
-e
"
\n
test jupyter notebook
\n
"
echo
-e
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
\n
"
jupyter nbconvert
-to
notebook
--execute
${
WORK_DIR
}
/test_notebook_spark_connector.ipynb
\ No newline at end of file
# This still does not work in the swan image (issue with nbconvert libraries)
#echo -e "\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
#echo -e "\ntest jupyter notebook\n"
#echo -e "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n"
#jupyter nbconvert -to notebook --execute ${WORK_DIR}/test_notebook_spark_connector.ipynb
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment