
笔记
Ms_WangH
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[ERROR] RuntimeError: No CUDA GPUs are available
RGB-D代码运行错误RuntimeError: No CUDA GPUs are available测试: print(torch.cuda.device_count()) print(torch.cuda.is_available())输出:0False# 若显示 1 TRUE,则在代码前加入torch.cuda.empty_cache()语句可解决,(来源网络,未验证)修改代码:os.environ["CUDA_VISIBLE_DEVICES"] = '0'原创 2021-09-19 15:14:07 · 981 阅读 · 0 评论 -
Hive 编译错误
$ git clone https://git-wip-us.apache.org/repos/asf/hive.git $ cd hive $ mvn clean package -Pdist -DskipTests -Dmaven.javadoc.skip=true...main: [exec] /bin/bash: ...hivestandalone-metastoremetastore-common/src/main/resources/saveVersion.sh: N..原创 2020-07-01 16:39:41 · 1323 阅读 · 0 评论 -
hive window
Hive 0.12 Caused by: MetaException(message:Version information not found in metastore. )解决方法配置完成Mysql存储元数据信息,启动后测试show tables报错ERROR exec.DDLTask: org.apache.hadoop.hive.ql.metadata.HiveException: j...原创 2018-08-20 23:35:40 · 309 阅读 · 0 评论