Aaron Ou

Results 10 comments of Aaron Ou

对,印刷版中文书里的。前几天京东买的。前不久看过英文的pdf,也遇到部分代码在ggplot2 v0.9.3中不兼容的问题。看到中文译本出来说对代码进行了更正,就买来对照着学习。确实,大部分的升级命令都作了调整。译文读来也很流畅。 总的来说,中文译本不错。 前序中说,如果有勘误和代码问题,可以到github这个翻译主页上来。所以我就来了……也许其他读者遇到类似问题也可以在此得到答案。

Thanks a lot for your prompt reply! With that enhancement, I don't have to switch to library of other language. Another 2 good reasons: - `EndpointOverride` is usually a must...

@DyfanJones So quick! Thanks. Will check and let you know.

@DyfanJones Thanks for the detailed explanation! Since my endpoint looks like `VPC endpoint: EndpointOverride=[vpce-specific- url].athena.[Region].vpce.amazonaws.com` that you mentioned, then I tried the method below: ``` con1 = dbConnect( RAthena::athena(), endpoint_override...

Additional info: When using the same set of credentials, S3 location, endpoint_override url in `pyathenajdbc` library in Python, the query command works fine. Is there something that I missed when...

Yes, I get the error in `R` when using this endpoint "https://athena.eu-west-1.amazonaws.com/". But it works fine in `pyathenajdbc`. Good chance that we can make it work~ Thanks!

Hi @DyfanJones Sorry for my late reply. I spent a few days trying to get `pyathena` in the same environment. Till now I was not able to do it. Error:...

No worries @DyfanJones . I will use a workaround by starting with `pyathenajdbc` python package via `reticulate` R package and then do the rest of data wrangling in R. Thank...

Thanks @DyfanJones for timely tip. I was just pondering on the idea that a similar R package may exist. And you just lighten it! Will try `AWR.Athena` out!

It is true that rmongodb failed to connect mongoDB 3.0. Could be a bit frustrating for novice users, who are new to both rmongodb and mongoDB. 2 solution for users...