Questions tagged [sink]

Command in the programming language R. Sends R Output to a connection.

Command in the R programming language. Sends R Output to a connection.

Related tags:

187 questions
0
votes
1 answer

apache flink sink for elasticserach NoClassDefFoundError

I am writing a Flink job to send a data stream to elasticsearch. I am using Maven and IntelliJ. When I try to test the job within IntelliJ I get the following error: java.lang.NoClassDefFoundError: org/apache/flink/api/connector/sink2/Sink the job…
0
votes
2 answers

R sink to .csv with predefined width

I've got an R script that exports a data frame and some other lines to .csv file using sink. Another script collects the data from multiple csv's exported in this way. These scripts need to be used by multiple users, and while the process works…
Phenomniverse
  • 309
  • 1
  • 8
0
votes
0 answers

How can I use my Raspberry Pi as a Bluetooth sink with AVRCP protocol?

I've been searching the internet for two days now and have made several attempts to use my Raspberry Pi (Computemodule 4) as a Bluetooth sink with AVRCP protocol. Unfortunately, I have come to no real result so far, because although many posts exist…
0
votes
0 answers

JDBC sink connector fail with error non-null key non-null struct

I am new to connector. Doing POC with JDBC sink for oracle. Connector fails with below error "sink connector is configured with "delete.enabled=true" and pk.mode=record_key" and therefore requires records with non-null key and non-null struct or…
0
votes
1 answer

Multicast onBackpressureBuffer Sink does not accept new Subs after dispose

When I unsubscribe the last Sub and sub again, I expect the Sink/Flux to work or throw an Exception. See my Testcode: void playground() { Sinks.Many sink = Sinks.many().multicast().onBackpressureBuffer(); var disposer =…
0
votes
2 answers

Azure Data Factory: Copy file mentioned in JSON

I have a JSON where one the parts is a filename. { "dial_target_file_row_count": 2440, "dial_target_file_endpoint": "consumerzone@dialconsumingp01dls", "dial_target_file_full_path": "abfss://*****/data/snapshotdate=2023-03-25", …
Ton
  • 5
  • 3
0
votes
0 answers

Celonis connector in Kafka connect distributed mode

I am trying to connect to Celonis EMS using EmsSinkConnector using Kafka-Connect in distributed mode. I ran kafka in distributed mode using below command. nohup bin/connect-distributed.sh config/connect-distributed.properties >>…
SRIRAM RAMACHANDRAN
  • 297
  • 3
  • 8
  • 23
0
votes
0 answers

Problem playing media with GStreamer and SRT protocol

I'm new to GStreamer and I'm trying to output the video on another port with the SRT protocol. So far I have done this and it doesn't work: typedef struct _CustomData { GstElement *pipeline; GstElement *source; GstElement *sink; }…
tyler
  • 13
  • 6
0
votes
0 answers

How to use sink write to write raw pcm data to an aac file,ultimate goal is use sink write to accept rgb data and pcm data into an overall video file

I have been able to use sink write to read rgb32 data in a file to generate an mp4 video, please refer to the example on the official website …
dyang
  • 1
0
votes
0 answers

when i press Ctrl+save That error show up Bad state: Stream has already been listened to

I am trying to learn MVVM. But I'm having a problem with the "StreamBuilder" , when i run app then edit something then press Ctrl+s (save File) thats error show up: The following StateError was thrown building OnBoardingView(state:…
OMR8X
  • 1
0
votes
2 answers

The connection to the sink database is failed. Detailed error message is: Login failed for user ''AzureSynapse Link forSQL

I'm trying to create an Azure Synapse Link for Azure SQL Database, using the steps from here: https://learn.microsoft.com/en-us/azure/synapse-analytics/synapse-link/connect-synapse-link-sql-database After I create the link connection and I want to…
Musti
  • 1
  • 1
0
votes
0 answers

Debezium Sink Connector for MySQL

Is there a sink connector for debezium to MySQL Database ? I'm able to connect to source and can watch the topic with schema and all the changes on the source database. You can have a look at sample schema topic for one table as below. Please help…
0
votes
1 answer

Add file name to Copy activity in Azure Data Factory

I want to copy data from a CSV file (Source) on Blob storage to Azure SQL Database table (Sink) via regular Copy activity but I want to copy also file name alongside every entry into the table. I am new to ADF so the solution is probably easy but I…
Gregor G.
  • 57
  • 3
  • 8
0
votes
1 answer

How to get output to show more than the first 10 rows with sink or crossing function

I am attempting to get a cartesian combination of 3 data frames in RStudio and then have that output sinked to a file. I used the crossing function to get the combinations and the sink function to have the output added into a file. The code works…
0
votes
0 answers

sink() function output result

I am trying to capture output using sink. At the first, I have tried capture.output() function to stored to .txt file. However, it gives me as following: [38;5;246m# A tibble: 1 x 7[39m .y. group1 group2 n1 …
user2805351
  • 13
  • 1
  • 6