我正在尝试使用RStudio(预览 版本版本1.1.345)中的新“连接”选项卡建立与Hive数据库的新连接。
> sessionInfo()
R version 3.4.1 (2017-06-30)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 (build 7601) Service Pack 1
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] dplyr_0.7.2 purrr_0.2.3 readr_1.1.1
[4] tidyr_0.7.0 tibble_1.3.3 ggplot2_2.2.1
[7] tidyverse_1.1.1
loaded via a namespace (and not attached):
[1] jsonlite_1.5 reshape2_1.4.2 rstudioapi_0.6
[4] magrittr_1.5 gtable_0.2.0 hms_0.3
[7] base64enc_0.1-3 xml2_1.1.1 htmltools_0.3.6
[10] forcats_0.2.0 stringr_1.2.0 haven_1.1.0
[13] broom_0.4.2 cellranger_1.1.0 lattice_0.20-35
[16] bit_1.1-12 plyr_1.8.4 lubridate_1.6.0
[19] mime_0.5 pkgconfig_2.0.1 R6_2.2.2
[22] shiny_1.0.4 digest_0.6.12 colorspace_1.3-2
[25] bindrcpp_0.2 rprojroot_1.2 sparklyr_0.6.2
[28] stringi_1.1.5 yaml_2.1.14 lazyeval_0.2.0
[31] httr_1.3.1 compiler_3.4.1 bindr_0.1
[34] bit64_0.9-7 backports_1.1.0 xtable_1.8-2
[37] munsell_0.4.3 DBI_0.7 psych_1.7.5
[40] modelr_0.1.1 Rcpp_0.12.12 readxl_1.0.0
[43] dbplyr_1.1.0 parallel_3.4.1 assertthat_0.2.0
[46] blob_1.1.0 tools_3.4.1 foreign_0.8-69
[49] odbc_1.1.1 httpuv_1.3.5 scales_0.4.1
[52] glue_1.1.1 rlang_0.1.2 mnormt_1.5-5
[55] nlme_3.1-131 rvest_0.3.2 grid_3.4.1
我已将所有已安装的软件包更新到最新版本的所有内容,但我在v1.3.3中留下的tibble除外(最新版本的tibble是1.3.4,但它需要编译,所以我没有打扰)。
我也安装了这些软件包:
rJava v0.9-8 (the latest) and RJDBC v0.2-5 (the latest)
点击“连接”标签中的新建连接按钮后,我仍然没有在“关联”对话框中看到Hive作为选项
然而,从(RStudio site)上的图像来看,它确实是一个潜在的选择。
我在32位PC上使用Windows 7专业版(是的,我知道它的旧版本,但它是一台工作提供的笔记本电脑)。
我错过了什么?谢谢
答案 0 :(得分:0)
您需要在计算机上安装Hive ODBC驱动程序才能显示在列表中。你可以在这里找到一个:
https://www.microsoft.com/en-us/download/details.aspx?id=40886