外部库函数 相关的搜索结果 共有15个

hdfs_dir()

描述: 列出指定路径下的文件列表 语法: hdfs_dir( hdfsfile, path ) 备注: 外部库函数,列出hdfs系统中指定路径下的文件名称。 参数: hdfsfile Hdfsfile对象 path 相对路径,相对于hdfs指定路径,文件列表,外部库函数

hive_client()

描述: 创建Hive数据库连接 语法: hive_client(hdfsUrl,thriftUrl,dbname,hdfsUserName) 备注: 外部库函数,进行Hive数据库连接,hdfsUrl格式为hdfs://ip:port,表示创建,hive数据库,外部库函数,游标

hive_close()

描述: 关闭Hive数据库连接 语法: hive_close() 备注: 外部库函数,关闭Hive数据库的连接。 示例:   A   1 =hive_client("hdfs://192.168.0.8:9000","thrift://19关闭,hive数据库,外部库函数

hive_execute ()

描述: 执行sql语句 语法: hive_execute(con,sql) 备注: 外部库函数,hive_execute,可执行create table, drop table, load data, insert into, insert执行,sql,外部库函数

report_exportHtml()

描述: 将报表导出为Html或者Mht文件 语法: report_exportHtml(rpt, filePath) 备注: 外部库函数,默认导出文件为html格式,使用选项@x时导出mht文件。没有计算的报表导出内容为报表模板。 参数: 导出,html,mht,外部库函数