select TRANSFORM(*, *, *)
using 'python filter.py'
as (*, *, *)
from t_1
HIVE支持pipe操作,将select出来的字段,用我们的脚本进行“操作”
1, 分隔符为 \t 并没有采用hive原有的分隔符 \x01 之类的。