240 发简信
IP属地:福建
  • hive开启metastore、hiveserver2

    hive配置了元数据存储的介质是mysql数据库,这时候还是local模式,hiveserver2是通过自己的JDBC程序直接访问MySQL,从...

  • Resize,w 360,h 240
    hive3.1.2报错tried to access method com.google.common.base.Stopwatch.<init>()V from class org.apach...

    启动hive客户端,执行show databases时,报错: tried to access method com.google.common...

  • hive分桶表实践

    一、建表:分区分桶表,对日期分区,再对id分4个桶 create table t1(id int)partitioned by (statis_...

  • beeline启动报OutOFMemoryError

    beeline客户端启动时报错OutOFMemoryError:Java heap space 删除~/.beeline/history文件即可...

  • Resize,w 360,h 240
    hive分隔符

    insert overwrite directory '/user/hive/test/export/t1' row format delimi...

  • idea导入hadoop源码提示proto相关包找不到

    首先,电脑先安装ProtocolBuffers2.5.0。 然后进入到缺包的子模块下的proto目录下,执行转换proto文件为java文件的命...

  • sqoop的eval工具

    eval的作用:Evaluate a SQL statement and display the results,也就是说eval像是一个数据库...

  • shell调用beeline导致nohup后台进程stopped

    nohup启动java进程调用shell执行beeline命令导致nohup进程stopped,java进程消失了。 环境变量增加如下之后解决。...

  • scalaTest的使用

    修改pom.xml,添加以下内容 <!--依赖--><dependency> <groupId>org.scalatest</groupId> ...