久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <tfoot id='Jn8gI'></tfoot>

        • <bdo id='Jn8gI'></bdo><ul id='Jn8gI'></ul>

        <small id='Jn8gI'></small><noframes id='Jn8gI'>

        <legend id='Jn8gI'><style id='Jn8gI'><dir id='Jn8gI'><q id='Jn8gI'></q></dir></style></legend>
        <i id='Jn8gI'><tr id='Jn8gI'><dt id='Jn8gI'><q id='Jn8gI'><span id='Jn8gI'><b id='Jn8gI'><form id='Jn8gI'><ins id='Jn8gI'></ins><ul id='Jn8gI'></ul><sub id='Jn8gI'></sub></form><legend id='Jn8gI'></legend><bdo id='Jn8gI'><pre id='Jn8gI'><center id='Jn8gI'></center></pre></bdo></b><th id='Jn8gI'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Jn8gI'><tfoot id='Jn8gI'></tfoot><dl id='Jn8gI'><fieldset id='Jn8gI'></fieldset></dl></div>
      1. covertJSONtoSQL 在 NiFi 中返回空值

        covertJSONtoSQL returning empty values in NiFi(covertJSONtoSQL 在 NiFi 中返回空值)
          <tbody id='o1EO8'></tbody>
          <bdo id='o1EO8'></bdo><ul id='o1EO8'></ul>

          <small id='o1EO8'></small><noframes id='o1EO8'>

          <legend id='o1EO8'><style id='o1EO8'><dir id='o1EO8'><q id='o1EO8'></q></dir></style></legend>

            1. <tfoot id='o1EO8'></tfoot>

                <i id='o1EO8'><tr id='o1EO8'><dt id='o1EO8'><q id='o1EO8'><span id='o1EO8'><b id='o1EO8'><form id='o1EO8'><ins id='o1EO8'></ins><ul id='o1EO8'></ul><sub id='o1EO8'></sub></form><legend id='o1EO8'></legend><bdo id='o1EO8'><pre id='o1EO8'><center id='o1EO8'></center></pre></bdo></b><th id='o1EO8'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='o1EO8'><tfoot id='o1EO8'></tfoot><dl id='o1EO8'><fieldset id='o1EO8'></fieldset></dl></div>

                  本文介紹了covertJSONtoSQL 在 NiFi 中返回空值的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  我正在設(shè)計(jì)一項(xiàng)工作,它使用 ExecuteSQL 處理器將數(shù)據(jù)從 MySQl 中的數(shù)據(jù)庫傳輸?shù)搅硪粋€(gè)數(shù)據(jù)庫(MySQL),然后是 ConvertAvroToJson,然后是 ConvertJsonToSQL然后PutSQL如下流程圖

                  I am designing a work which takes a data from on database in MySQl to another database(MySQL) using ExecuteSQL processor followed up with ConvertAvroToJson then ConvertJsonToSQL then PutSQL as shown in below flow chart

                  ConvertJSONToSQL 返回如下所示的空值

                   INSERT INTO source_count (field1, field2, field3, field4, field5, field6, field7, field8, field9, field10, field11, field12) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
                  

                  處理器配置為

                  這個(gè)工作流程有什么問題?

                  what can be wrong in this workflow?

                  推薦答案

                  除了評(píng)論中給出的答案(使用與 ConvertJSONToSQL 的 sql 關(guān)系),那么如果你至少有 NiFi 1.2.0,你可以在之后替換所有內(nèi)容使用 PutDatabaseRecord.它允許您配置閱讀器(您可以選擇 AvroReader 使用Embedded Schema)并將操作類型設(shè)置為INSERT,它將處理SQL為您生成和執(zhí)行.

                  Besides the answer given in the comments (to use the sql relationship with ConvertJSONToSQL), then if you have at least NiFi 1.2.0, you can replace everything after ExecuteSQL with PutDatabaseRecord. It lets you configure a reader (you would choose an AvroReader that uses the Embedded Schema) and set the operation type to INSERT, and it will handle the SQL generation and execution for you.

                  這篇關(guān)于covertJSONtoSQL 在 NiFi 中返回空值的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  How to use windowing functions efficiently to decide next N number of rows based on N number of previous values(如何有效地使用窗口函數(shù)根據(jù) N 個(gè)先前值來決定接下來的 N 個(gè)行)
                  reuse the result of a select expression in the quot;GROUP BYquot; clause?(在“GROUP BY中重用選擇表達(dá)式的結(jié)果;條款?)
                  Does ignore option of Pyspark DataFrameWriter jdbc function ignore entire transaction or just offending rows?(Pyspark DataFrameWriter jdbc 函數(shù)的 ignore 選項(xiàng)是忽略整個(gè)事務(wù)還是只是有問題的行?) - IT屋-程序員軟件開發(fā)技
                  Error while using INSERT INTO table ON DUPLICATE KEY, using a for loop array(使用 INSERT INTO table ON DUPLICATE KEY 時(shí)出錯(cuò),使用 for 循環(huán)數(shù)組)
                  pyspark mysql jdbc load An error occurred while calling o23.load No suitable driver(pyspark mysql jdbc load 調(diào)用 o23.load 時(shí)發(fā)生錯(cuò)誤 沒有合適的驅(qū)動(dòng)程序)
                  How to integrate Apache Spark with MySQL for reading database tables as a spark dataframe?(如何將 Apache Spark 與 MySQL 集成以將數(shù)據(jù)庫表作為 Spark 數(shù)據(jù)幀讀取?)

                  <i id='3wuWV'><tr id='3wuWV'><dt id='3wuWV'><q id='3wuWV'><span id='3wuWV'><b id='3wuWV'><form id='3wuWV'><ins id='3wuWV'></ins><ul id='3wuWV'></ul><sub id='3wuWV'></sub></form><legend id='3wuWV'></legend><bdo id='3wuWV'><pre id='3wuWV'><center id='3wuWV'></center></pre></bdo></b><th id='3wuWV'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='3wuWV'><tfoot id='3wuWV'></tfoot><dl id='3wuWV'><fieldset id='3wuWV'></fieldset></dl></div>
                • <small id='3wuWV'></small><noframes id='3wuWV'>

                      <tbody id='3wuWV'></tbody>
                    <tfoot id='3wuWV'></tfoot>

                    1. <legend id='3wuWV'><style id='3wuWV'><dir id='3wuWV'><q id='3wuWV'></q></dir></style></legend>
                          • <bdo id='3wuWV'></bdo><ul id='3wuWV'></ul>
                            主站蜘蛛池模板: 国产a级黄色录像 | 久久亚洲一区二区 | 欧美精品中文 | 国产小u女发育末成年 | 国产视频久久 | 成人在线| 91免费在线看 | 亚洲精品第一国产综合野 | 亚洲国产一区二区三区, | 精品综合久久久 | 国产电影一区二区三区爱妃记 | 国产一级特黄视频 | 国产精品欧美一区二区三区不卡 | 久久机热 | 亚洲五码在线 | 日韩欧美大片在线观看 | 久久国产精品99久久久久 | 91精品国产乱码久久久 | 国产精品久久久久一区二区三区 | 国产一区 | 欧美黑人一区二区三区 | 九九热在线观看 | 在线一区视频 | 久久人人网 | 人人干人人舔 | 精品国产99 | 亚洲国产成人精品女人久久久 | 国产精品一区久久久 | 黄色网页在线 | 91精品国产91久久久久久 | 国产中的精品av涩差av | 亚洲欧美精品在线 | 欧美日韩国产不卡 | 在线欧美视频 | 美女爽到呻吟久久久久 | 亚洲精品乱码久久久久久按摩观 | 成人免费一区二区三区视频网站 | 日韩av黄色| 日日夜夜精品免费视频 | 精品欧美乱码久久久久久1区2区 | 美女视频一区二区三区 |