logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Sqoop同步mysql数据导hive中,--query 参数中,字段有特殊字段、关键字处理方法

Sqoop同步mysql数据导hive中,–query 参数中,字段有特殊字段、关键字处理方法sqoop import --connect "$jdbcurl" \--username $username \--password $password \--columns "id,name,describe,created_at,updated_at,deleted_at" \--query "se

#sqoop#hive
Java基础之常用API汇总

Java基础之常用APIString类:String类代表字符串,字符串本质就是一个字符数组.构造方法:1.String s = new String(String original);//把字符串数据封装成字符串对象2.String s = String(char[] value);//把字符数组的数据封装成字符串对象3.String s = String(char[] value...

到底了