kudu 突破300列限制设置
2020-06-13 本文已影响0人
香山上的麻雀
配置信息里加上:
--unlock-unsafe-flags --max-num-columns=1000
这个答案在stackoverflow也有人回答:
https://stackoverflow.com/questions/59781925/how-to-increase-the-limitation-of-kudu-table-column-from-300-to-1000
配置信息里加上:
--unlock-unsafe-flags --max-num-columns=1000
这个答案在stackoverflow也有人回答:
https://stackoverflow.com/questions/59781925/how-to-increase-the-limitation-of-kudu-table-column-from-300-to-1000