摘要:
hive常用交互命令 “-e” 不进入hive的交互窗口执行sql语句。 eg: bin/hive -e "show tables;" “-f” 执行脚本中sql语句 eg: bin/hive -f "/home/user/hive/tmp/hivef.sql"; "!quit" 退出hive交互窗口 "help" 在hive窗口获取帮助 “dfs -ls /;” 在hiv... 阅读全文
摘要:
解决方案: 在conf后面加上. set("spark.testing.memory", "471859201")bug报错: Exception in thread "main" java.lang.IllegalArgumentException: System memory 259522560 must be at 。。。解决方案: https://github.... 阅读全文