摘要:
安装spark后,hive报 java.lang.NoClassDefFoundError: org/apache/hadoop/mapreduce/InputFormat trace 看是sqoop 抛出 注释/etc/profile.d/hadoop_path.sh
阅读全文
posted @ 2019-08-15 19:25
Go_Forward
阅读(383)
推荐(0)
摘要:
find 命令删除日志文件 EXPLANATIONS ./my_dir your directory (replace with your own) -mtime +10 older than 10 days -type f only files -delete no surprise. Remov
阅读全文
posted @ 2019-08-09 22:22
Go_Forward
阅读(713)
推荐(0)
摘要:
关键需要使用text from sqlalchemy import create_engine, text sql = 'SELECT * FROM my_table WHERE account_id = :account_id and amount =: amount' session.execu
阅读全文
posted @ 2019-08-08 21:36
Go_Forward
阅读(600)
推荐(0)
摘要:
https://www.lifewire.com/install-extensions-chrome-4103627
阅读全文
posted @ 2019-07-18 19:37
Go_Forward
阅读(166)
推荐(0)
摘要:
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read, 512 more expected)', IncompleteRead https://github.com/req
阅读全文
posted @ 2019-07-10 20:28
Go_Forward
阅读(162)
推荐(0)
摘要:
from: https://stackoverflow.com/questions/44742806/how-to-remove-escape-characters-escaping-unicode-chars-from-unicode-string-in
阅读全文
posted @ 2019-07-05 18:54
Go_Forward
阅读(596)
推荐(0)
posted @ 2019-07-01 20:15
Go_Forward
阅读(1066)
推荐(0)
摘要:
find /demo -name "*.js" |xargs cat|grep -v ^$|wc -l
阅读全文
posted @ 2019-06-22 15:41
Go_Forward
阅读(128)
推荐(0)
摘要:
encode decode str > unicode > utf8 < unicode < decode encode # on windows python3 a = "\u4e2d\u56fd\u8ba1\u7b97\u673a" # str a.encode().decode("utf8")
阅读全文
posted @ 2019-06-20 18:41
Go_Forward
阅读(214)
推荐(0)
摘要:
ImproperlyConfigured: You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings DJ
阅读全文
posted @ 2019-06-14 20:29
Go_Forward
阅读(151)
推荐(0)