Re: Issues about removed topics with KafkaSource

2023-11-02 Thread Hector Rios
Hi Emily One workaround that might help is to leverage the state-processor-api[1]. You would have to do some upfront work to create a state-processor job to wipe the state (offsets) of the topic you want to remove and use the newly generated savepoint without the removed state of the topic or topi

[jira] [Updated] (FLINK-33010) NPE when using GREATEST() in Flink SQL

2023-08-31 Thread Hector Rios (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hector Rios updated FLINK-33010: Description: Hi, I see NPEs in flink 1.14 and flink 1.16 when running queries with GREATEST

[jira] [Created] (FLINK-33010) NPE when using GREATEST() in Flink SQL

2023-08-31 Thread Hector Rios (Jira)
Hector Rios created FLINK-33010: --- Summary: NPE when using GREATEST() in Flink SQL Key: FLINK-33010 URL: https://issues.apache.org/jira/browse/FLINK-33010 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-33010) NPE when using GREATEST() in Flink SQL

2023-08-31 Thread Hector Rios (Jira)
Hector Rios created FLINK-33010: --- Summary: NPE when using GREATEST() in Flink SQL Key: FLINK-33010 URL: https://issues.apache.org/jira/browse/FLINK-33010 Project: Flink Issue Type: Bug

Re: [Issue] Repeatedly receiving same message from Kafka

2023-08-15 Thread Hector Rios
Hi there It would be helpful if you could include the code for your pipeline. One suggestion, can you disable the "EXACTLY_ONCE" semantics on the producer. Using EXACTLY_ONCE will leverage Kafka transactions and thus add overhead. I would disable it to see if you still get the same situation. Als

[jira] [Commented] (FLINK-25920) Allow receiving updates of CommittableSummary

2023-06-05 Thread Hector Rios (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17729290#comment-17729290 ] Hector Rios commented on FLINK-25920: - Hello all. To add more context to

Re: Non-Determinism in Table-API with Kafka and Event Time

2023-02-13 Thread Hector Rios
Hi Theo In your initial email, you mentioned that you have "a bit of Data on it" when referring to your topic with ten partitions. Correct me if I'm wrong, but that sounds like the data in your topic is bounded and trying to test a streaming use-case. What kind of parallelism do you have configure

Re: [JSch-users] Jsch & Databases [SOLVED]

2013-01-15 Thread Hector Rios
Rios *From:* Heiner Westphal *Sent:* ‎January‎ ‎15‎, ‎2013 ‎5‎:‎08‎ ‎PM *To:* Hector Rios *CC:* jsch-users@lists.sourceforge.net *Subject:* Re: [JSch-users] Jsch & Databases Hello Hector, the long waits sounds to me like a firewall dropping the packages. The java code looks ok, AFAICS. T

[JSch-users] Jsch & Databases

2013-01-15 Thread Hector Rios
Hello! I have been playing around with Jsch to establish an SSH connection to my remote server. I have followed numerous tutorials but seem to be banging my head against the wall. I am using Eclipse Juno & Windows 7 64-bit. I am trying to connect to my web server, and access MySQL through an SSH

Re: RES: [firebird-support] Re: firebird.conf improve for lot of memory

2012-10-29 Thread HECTOR RIOS
From: Fabiano To: firebird-support@yahoogroups.com Sent: Monday, October 29, 2012 12:52 PM Subject: RES: [firebird-support] Re: firebird.conf improve for lot of memory   Performance is not only memory, is a combination of network speed, hard drive s

Re: RES: [firebird-support] How to make queries to a temporary result set

2012-09-22 Thread HECTOR RIOS
-. This solution would not require parsing. Also, I found something about CTE and derived queries in firebird documentation that I have to check.   Thanks,   Hector Rios From: Andrea Raimondi To: firebird-support@yahoogroups.com Sent: Saturday, September 22

Re: [firebird-support] How to make queries to a temporary result set

2012-09-22 Thread HECTOR RIOS
not...   Regards, Hector Rios From: Doug Chamberlin To: firebird-support@yahoogroups.com Sent: Saturday, September 22, 2012 7:28 AM Subject: Re: [firebird-support] How to make queries to a temporary result set   On 9/21/12 3:12 PM, HECTOR RIOS wrote

Re: RES: [firebird-support] How to make queries to a temporary result set

2012-09-22 Thread HECTOR RIOS
Hi Andrea,   But would you have to create the table? Regards,   Hector Rios From: Andrea Raimondi To: firebird-support@yahoogroups.com Sent: Saturday, September 22, 2012 12:06 AM Subject: Re: RES: [firebird-support] How to make queries to a temporary result

Re: [firebird-support] How to make queries to a temporary result set

2012-09-22 Thread HECTOR RIOS
Hi Mercea, Currently, I´m using Developer Express grid control and can do as you suggest, but I´m more interested to know if Firebird supports the temporary result set. Regards, Hector Rios From: Mercea Paul To: firebird-support@yahoogroups.com Sent

Re: RES: [firebird-support] How to make queries to a temporary result set

2012-09-21 Thread HECTOR RIOS
parsing to mix both queries. It would be a lot easier if there were some temporary result set and apply filters to this temporary.   Regards,   Hector Rios From: Fabiano To: firebird-support@yahoogroups.com Sent: Friday, September 21, 2012 1:26 PM Subject: RES: [f

[firebird-support] How to make queries to a temporary result set

2012-09-21 Thread HECTOR RIOS
over the result set without having to mix previous filters plus last query´s filters. Anybody has an easy alternative for this?   Regards, Hector Rios [Non-text portions of this message have been removed]

Re: [firebird-support] hostname:databasename

2012-09-16 Thread HECTOR RIOS
behaves like a normal remote host and you can use regular   "connect scadcam.cloudapp.net:employees" Thanks for your interest. Hector Rios ____ From: HECTOR RIOS To: "firebird-support@yahoogroups.com" Sent: Saturday, September 8, 2012

Re: [firebird-support] hostname:databasename

2012-09-08 Thread HECTOR RIOS
first I tought I could get by with just hostname:databasename but "sintax" is not helping. Have to research if the Microsoft SQL Server guys dont have to login to know if it is a real "sintax" problem. Not sure how to do that about the proxy but sounds logical.   

Re: [firebird-support] hostname:databasename

2012-09-08 Thread HECTOR RIOS
Hi Helen,   The 51160 port is not the firebird port, it is a port used to connect to a virtual machine. If you had several virtual machines, you´d use a different port to communicate to each one. For example, I connect to the virtual machine -not the database- with remote desktop using   scadcam

Re: [firebird-support] hostname:databasename

2012-09-08 Thread HECTOR RIOS
rt to take you to one of possibly several virtual machines and then specify the firebird port (really not needed because is using the default firebird port). Does it sound rational?   Regards, Hector Rios From: Mark Rotteveel To: firebird-support@yahoogroups

Re: [firebird-support] Crystal Report loading pblm from client ODBC

2012-09-08 Thread HECTOR RIOS
Maybe was not really dropped last time. Check with a database manager. Maybe some commit? Luck! From: mathewabraham68007 To: firebird-support@yahoogroups.com Sent: Saturday, September 8, 2012 4:27 AM Subject: [firebird-support] Crystal Report loading pblm fro

[Bug 661815] [NEW] package tzdata 2010l-1 failed to install/upgrade: unable to install new version of `/usr/sbin/tzconfig': Read-only file system

2010-10-16 Thread Hector Rios
Public bug reported: Binary package hint: tzdata ubu...@ubuntu:~$ lsb_release -rd Description:Ubuntu 10.10 Release:10.10 I'm trying to install Ubuntu 10.10 on a clean hard drive in a Macbook Pro, Late 2007 model and everytime it gets to downloading updates from the internet, it crash

[Bug 661815] Re: package tzdata 2010l-1 failed to install/upgrade: unable to install new version of `/usr/sbin/tzconfig': Read-only file system

2010-10-16 Thread Hector Rios
-- package tzdata 2010l-1 failed to install/upgrade: unable to install new version of `/usr/sbin/tzconfig': Read-only file system https://bugs.launchpad.net/bugs/661815 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

Fwd: Low price on prescription drugs Without a Prescription t ooaaugt oah v

2003-12-01 Thread Hector Rios
Title: Absolutely No Doctor's Prescription Needed SAVE LOTS ON HUNDREDS OF MEDICATIONSAbsolutely No Doctor's Prescription Needed! Upon approval, our US licensed physicians will write an FDA approved prescription for you and the product will be filled and shipped by a US licensed pharmacist overnig

Problem getting Netscape to forward requests to Tomcat.

2001-07-25 Thread Hector Rios
Title: Problem getting Netscape to forward requests to Tomcat. Hello, I've been trying to configure Netscape Enterprise Server 3.6 and Tomcat 3.2.3 to work together but with no luck. I went through and followed the steps outlined in the document Tomcat Netscape HowTo and everything appea