Its really weird, if emails to that thread alone is failing.. Sorry, out of
ideas.  :/


On Wed, Sep 18, 2019 at 3:20 PM Mehrotra, Udit <[email protected]> wrote:

> Hi Vinoth,
>
>
>
> I replied a couple of times actually on that thread at [email protected].
> I think its getting blocked. Probably that’s why Balaji had sent a separate
> thread to us, marked as *[UNVERIFIED SENDER]*. Just a guess.
>
>
>
> Thanks,
>
> Udit
>
>
>
> *From: *Vinoth Chandar <[email protected]>
> *Date: *Wednesday, September 18, 2019 at 3:12 PM
> *To: *"Mehrotra, Udit" <[email protected]>
> *Subject: *Re: [UNVERIFIED SENDER] Re: [UNVERIFIED SENDER] Re:
> [UNVERIFIED SENDER] Fw: [VOTE] Release 0.5.0-incubating, release candidate
> #1
>
>
>
> Hi Udit,
>
>
>
> Thanks for confirming. You might want to vote on the RC2 thread instead.
>
>
>
> >Is it because, I am not allowed to vote and hence my mail got blocked ?
>
> Not sure actually. Everyone can vote!
>
>
>
>
>
> On Wed, Sep 18, 2019 at 3:04 PM Mehrotra, Udit <[email protected]> wrote:
>
> +1 from AWS EMR
>
>
>
> - Checksum [OK]
>
> - Signatures [OK]
>
> - mvn clean install [SUCEESS] - Docker tests passing
>
>
>
> In addition, verification tests EMR uses for its internal testing succeed.
>
>
>
> Just wondering, I sent this mail on the *voting *thread on the *dev
> mailing list *as well, but it seems like my mail never reached the
> mailing list. Is it because, I am not allowed to vote and hence my mail got
> blocked ?
>
>
>
> Thanks,
>
> Udit
>
>
>
> *From: *"Bhartia, Rahul" <[email protected]>
> *Date: *Wednesday, September 18, 2019 at 9:01 AM
> *To: *"[email protected]" <[email protected]>, Nishith Agarwal <
> [email protected]>, Bhavani Sudha <[email protected]>
> *Cc: *"[email protected]" <[email protected]>
> *Subject: *Re: [UNVERIFIED SENDER] Re: [UNVERIFIED SENDER] Re:
> [UNVERIFIED SENDER] Fw: [VOTE] Release 0.5.0-incubating, release candidate
> #1
>
>
>
> Thank you for the clarification.
>
>
>
> My test environment had a table left over from 0.5.0-SNAPSHOT – which was
> referring to org.apache.hudi.hadoop.HoodieInputFormat, leading to this
> error with 0.5.0-RC2. I created a new environment – and can see that the
> InputFormat is now named as HoodieParquetInputFormat and is working as
> expected.
>
>
>
> Will continue testing and confirm soon.
>
>
>
> *From: *"[email protected]" <[email protected]>
> *Date: *Wednesday, September 18, 2019 at 7:10 AM
> *To: *Nishith Agarwal <[email protected]>, Bhavani Sudha <
> [email protected]>, "Bhartia, Rahul" <[email protected]>
> *Cc: *"[email protected]" <[email protected]>
> *Subject: *[UNVERIFIED SENDER] Re: [UNVERIFIED SENDER] Re: [UNVERIFIED
> SENDER] Fw: [VOTE] Release 0.5.0-incubating, release candidate #1
>
>
>
> Hi Rahul,
>
>
>
> Thanks for reporting this. We had earlier renamed the input format as
> org.apache.hudi.hadoop.*HoodieParquetInputFormat and *
> org.apache.hudi.hadoop.realtime.*HoodieParquetRealtimeInputFormat ( *
> https://cwiki.apache.org/confluence/display/HUDI/Migration+Guide+From+com.uber.hoodie+to+org.apache.hudi
> )
>
>
>
> I will update Hudi website today to reflect this.
>
>
>
> Balaji.V
>
>
>
>
>
>
>
>
>
> On Tuesday, September 17, 2019, 10:28:35 PM PDT, Bhartia, Rahul <
> [email protected]> wrote:
>
>
>
>
>
> Balaji –
>
>
>
> In the RC2 release, I’m running into the issue when trying to query MOR
> tables from Spark. The spark-bundle generated from RC2 only has the
> com.uber.hoodie.hadoop.HoodieInputFormat.class and doesn’t have the
> org.apache.hudi.hadoop.HoodieInputFormat.class. The spark-bundle generated
> from Snapshot has both the classes.
>
>
>
> Let me know what you would want me to here.
>
>
>
> [hadoop@ip-172-31-27-244 ~]$ spark-shell --conf
> "spark.serializer=org.apache.spark.serializer.KryoSerializer" --conf
> "spark.sql.hive.convertMetastoreParquet=false" --jars
> hudi-spark-bundle-0.5.0-incubating-rc2.jar
>
> …
>
> scala> spark.sql("select elb_name from elb_logs_hudi_mor where record_key
> = '250.43.71.74#2015-01-01T23:37:44.343090Z'").show()
>
> java.lang.ClassNotFoundException: org.apache.hudi.hadoop.HoodieInputFormat
>
>   at
> scala.reflect.internal.util.AbstractFileClassLoader.findClass(AbstractFileClassLoader.scala:62)
>
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>
>   at java.lang.Class.forName0(Native Method)
>
>   at java.lang.Class.forName(Class.java:348)
>
>   at org.apache.spark.util.Utils$.classForName(Utils.scala:238)
>
>   at
> org.apache.spark.sql.hive.client.HiveClientImpl$.org$apache$spark$sql$hive$client$HiveClientImpl$$toInputFormat(HiveClientImpl.scala:910)
>
>   at
> org.apache.spark.sql.hive.client.HiveClientImpl$$anonfun$toHiveTable$4.apply(HiveClientImpl.scala:946)
>
>   at
> org.apache.spark.sql.hive.client.HiveClientImpl$$anonfun$toHiveTable$4.apply(HiveClientImpl.scala:946)
>
>   at scala.Option.map(Option.scala:146)
>
>
>
>
>
> [hadoop@ip-172-31-27-244 ~]$ jar tf
> hudi-spark-bundle-0.5.0-incubating-rc2.jar | grep HoodieInputFormat
>
> com/uber/hoodie/hadoop/HoodieInputFormat.class
>
> [hadoop@ip-172-31-27-244 ~]$
>
>
>
> 38f9d3528482:target rbhartia$ jar tf hudi-spark-bundle-0.5.0-SNAPSHOT.jar
> | grep HoodieInputFormat
>
> org/apache/hudi/hadoop/HoodieInputFormat.class
>
> com/uber/hoodie/hadoop/HoodieInputFormat.class
>
> 38f9d3528482:target rbhartia$
>
>
>
>
>
> *From: *"Bhartia, Rahul" <[email protected]>
> *Date: *Tuesday, September 17, 2019 at 6:22 PM
> *To: *"Mehrotra, Udit" <[email protected]>, "[email protected]" <
> [email protected]>, Nishith Agarwal <[email protected]>, Bhavani Sudha
> <[email protected]>
> *Cc: *"[email protected]" <[email protected]>
> *Subject: *Re: [UNVERIFIED SENDER] Re: [UNVERIFIED SENDER] Fw: [VOTE]
> Release 0.5.0-incubating, release candidate #1
>
>
>
> Just saw the announcement on the new RC2 release. We will start testing
> the same and confirm the results on the dev-list thread. Thank you –
> guys!!!
>
>
>
> *From: *"Mehrotra, Udit" <[email protected]>
> *Date: *Monday, September 16, 2019 at 3:24 PM
> *To: *"[email protected]" <[email protected]>, Nishith Agarwal <
> [email protected]>, Bhavani Sudha <[email protected]>, "Bhartia,
> Rahul" <[email protected]>
> *Cc: *"[email protected]" <[email protected]>
> *Subject: *Re: [UNVERIFIED SENDER] Re: [UNVERIFIED SENDER] Fw: [VOTE]
> Release 0.5.0-incubating, release candidate #1
>
>
>
> Hi Balaji,
>
>
>
> Thanks for the heads up. We did see the conformance issues on the dev list
> thread. Will wait for the new RC before we start testing.
>
>
>
> Thanks,
>
> Udit
>
>
>
> *From: *"[email protected]" <[email protected]>
> *Date: *Monday, September 16, 2019 at 2:47 PM
> *To: *Nishith Agarwal <[email protected]>, Bhavani Sudha <
> [email protected]>, "Bhartia, Rahul" <[email protected]>
> *Cc: *"[email protected]" <[email protected]>
> *Subject: *[UNVERIFIED SENDER] Re: [UNVERIFIED SENDER] Fw: [VOTE] Release
> 0.5.0-incubating, release candidate #1
>
>
>
>
>
> Hey Rahul,
>
>
>
> Can you kindly hold off on this. We found some conformance issue (not
> bug-fixes) and have replied to the original email thread in dev@hudi. I
> have to recreate a new RC build. I am hoping to do it across
> tonight/tomorrow after some internal verification.
>
>
>
>  I will ping you guys again. Sorry for the trouble.
>
>
>
> Balaji.V
>
> On Monday, September 16, 2019, 02:39:04 PM PDT, Bhartia, Rahul <
> [email protected]> wrote:
>
>
>
>
>
> Balaji – Thank you. We have started testing the RC1 candidate and will
> confirm soon via email on the dev-list.
>
>
>
> *From: *"[email protected]" <[email protected]>
> *Date: *Friday, September 13, 2019 at 10:05 PM
> *To: *"Bhartia, Rahul" <[email protected]>, "Sinha, Abhishek" <
> [email protected]>, "Lu, Bin" <[email protected]>, "Mehrotra, Udit" <
> [email protected]>, Vinoth Chandar <[email protected]>, "Codding, Paul" <
> [email protected]>, Nishith Agarwal <[email protected]>, Bhavani
> Sudha <[email protected]>
> *Subject: *[UNVERIFIED SENDER] Fw: [VOTE] Release 0.5.0-incubating,
> release candidate #1
>
>
>
> Hey guys,
>
>
>
> Today afternoon, we announced the availability of first release candidate
> 0.5.0-incubating-rc1. It would be great if you could try this out and let
> us know if there are any serious issues with it. I saw that you had already
> filed a jira (Hudi-248). Please continue to add jiras for any
> feature/usability-gaps with label "aws-emr".
>
>
>
> W.r.t to the release candidate, once you finish validating, please reply
> to the vote email in dev@hudi mailing list.
>
>
>
> Let me know if you have any questions.
>
>
>
> Thanks,
>
> Balaji.V
>
>
>
>
>
> ----- Forwarded Message -----
>
> *From:* [email protected] <[email protected]>
>
> *To:* Dev <[email protected]>
>
> *Sent:* Friday, September 13, 2019, 03:32:25 PM PDT
>
> *Subject:* [VOTE] Release 0.5.0-incubating, release candidate #1
>
>
>
> Hi everyone, We have prepared the first apache release candidate for
> Apache Hudi (incubating). The version is : 0.5.0-incubating-rc1. Please
> review and vote on the release candidate #1 for the version 0.5.0, as
> follows:[ ] +1, Approve the release
>
> [ ] -1, Do not approve the release (please provide specific comments)
>
>
>
> The complete staging area is available for your review, which includes:
>
>   - JIRA release notes [1]
>
>   - The official Apache source release and binary convenience releases to
> be deployed to dist.apache.org [2], which are signed with the key with
> fingerprint AF9BAF79D311A3D3288E583F24A499037262AAA4  [3],
>
>
>
>   - all artifacts to be deployed to the Maven Central Repository [4]
>
>
>
>   - source code tag "release-0.5.0-incubating-rc1" [5]
>
>
>
> The vote will be open for at least 72 hours.
>
> Please cast your votes before *Sep. 18th 2019, 23:00 UTC*.
>
>
>
> It is adopted by majority approval, with at least 3 PMC affirmative
> votes.
>
>   -
> https://jira.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346087
>
>   - https://dist.apache.org/repos/dist/dev/hudi/hudi-0.5.0-incubating-rc1/
>
>   - https://dist.apache.org/repos/dist/release/hudi/KEYS
>
>   - https://repository.apache.org/content/repositories/orgapachehudi-1001/
>
>   - https://github.com/apache/incubator-hudi/tree/release-0.5.0-incubating-rc1
>
> <https://github.com/apache/incubator-hudi/tree/release-0.5.0-incubating-rc1%20>
>
>
>
>
>
>
> P.S. : As this is a first time where Hudi community will be performing
> release voting, you can look at 
> https://lists.apache.org/thread.html/75e40ed5a6e0c3174728a0bcfe86cbcd99ae4778ebe94b839f0674cd@%3Cdev.flink.apache.org%3E
>  for
>
> <https://lists.apache.org/thread.html/75e40ed5a6e0c3174728a0bcfe86cbcd99ae4778ebe94b839f0674cd@%3Cdev.flink.apache.org%3E%C2%A0for%20>some
> understanding of validations community does to cast their
> votes.Thanks,Balaji.V
>
>

Reply via email to