Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 hive 加载数据文件并在其上运行 hadoop mapreduce。但我被困在创建表查询中。我有这样的数据 59.7*, 58.9* 其中 * 只是一个字符。我想制作两列来存储 59.7 和 58.9。有人可以帮忙吗?谢谢
您可以使用RegexSerDe来做到这一点。如果您需要示例,可以访问此页面。