Morphlines 使用文档

Morphlines SolrCloud Flume MapReduce HBase

1. 基本语法

基本语法简单易懂

2. command使用

#自定义变量并将变量打印
morphlines : [
    {
        id : morphline1
        importCommands : ["org.kitesdk.**"]

        commands : [

            {
                addValues : {
                    msg : ["hello world !"]
                }
            }

            {
                logInfo : {format : "变量值为: {}", args : ["@{msg}"]}
            }
        ]
    }
]

3. standalone方式使用

参考链接:http://www.baidu.com


上面是分割线

二级标题


  1. 有序
  2. 无序
    • 哈哈
    • 无序

引用
文本
这个是什么鬼
百度


Morphlines 使用文档_第1张图片

粗体

斜体

    System.out.println("hello world !");

1. 安装

1.1 下载

http://phoenix.apache.org

1.2 部署

$ ./sqlline.py 192.168.187.128,192.168.187.129,192.168.187.130:2181

ceshi

> select * from user;

shishi

> create index my_index on company(name) include(address);

&fuhao
4 < 5
4 > 5

你可能感兴趣的:(测试)