diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-03 02:50:36 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-03 02:50:36 +0200 |
commit | ec16695a74d9b0c942b029a131bb73eefbacb1f5 (patch) | |
tree | e4f887f7d8f95c61c41029bea57cbd826022fa39 /notes | |
parent | e34b9c285303cb1e0b98b9a7cc1f65c0c2b3c20c (diff) | |
download | refcat-ec16695a74d9b0c942b029a131bb73eefbacb1f5.tar.gz refcat-ec16695a74d9b0c942b029a131bb73eefbacb1f5.zip |
notes: pyspark
Diffstat (limited to 'notes')
-rw-r--r-- | notes/pyspark.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/notes/pyspark.md b/notes/pyspark.md new file mode 100644 index 0000000..b47911b --- /dev/null +++ b/notes/pyspark.md @@ -0,0 +1,8 @@ +# pyspark + +``` +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 |