Skip to content

tutorial mismatch description #143

Closed
@wuyunfeng

Description

https://github.com/baidu/palo/blob/master/docs/user_guide/tutorial.md

示例:以 "table2_20170707"为Label,使用HDFS上的文件导入table2表

LOAD LABEL table1_20170707
(
DATA INFILE("hdfs://your.namenode.host:port/dir/table2_data")
INTO TABLE table2
)
WITH BROKER hdfs ("username"="hdfs_user", "password"="hdfs_password")
PROPERTIES
(
"timeout"="3600",
"max_filter_ratio"="0.1"
);

table1_20170707 should be table2_20170707

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions