diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-03 02:57:24 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-03 02:57:24 +0200 |
commit | 2d1b9424d9fe752082031a5c8e5e9c0583209b57 (patch) | |
tree | 6101b54b18304c61e9c279e80d16457740cf7522 | |
parent | ec16695a74d9b0c942b029a131bb73eefbacb1f5 (diff) | |
download | refcat-2d1b9424d9fe752082031a5c8e5e9c0583209b57.tar.gz refcat-2d1b9424d9fe752082031a5c8e5e9c0583209b57.zip |
update notes
-rw-r--r-- | notes/pyspark.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notes/pyspark.md b/notes/pyspark.md index b47911b..4bd4311 100644 --- a/notes/pyspark.md +++ b/notes/pyspark.md @@ -6,3 +6,4 @@ yarn node -list -all * https://stackoverflow.com/questions/58700384/how-to-fix-typeerror-an-integer-is-required-got-type-bytes-error-when-tryin * https://query.wikidata.org/#SELECT%20%28COUNT%28%2a%29%20AS%20%3Fcount%29%0AWHERE%20%7B%0A%20%20%3Fx%20wdt%3AP2860%20%24y%20.%0A%7D%0A +* https://stackoverflow.com/questions/41112801/property-spark-yarn-jars-how-to-deal-with-it |