Jdk-8u111-macosx-x64.dmg

Oracle Java Binaries. Contribute to frekele/oracle-java development by creating an account on GitHub. jdk-8u111-macosx-x64.dmgをダブルクリック; ひとこと ダウンロードされたファイルは、通常、ダウンロードフォルダーに保存されているから、Finderでダウンロードフォルダーを開いて、そこにあるjdk-8u111-macosx-x64.dmgをダブルクリックしてもいいよ.

I am installing PDI by Pentaho for some business intelligence project. And I have the following instructions given to me for the installation:

Installation

介绍一下如何在Mac里面安装jdk 由于系统各个版本的差异,所以贴出来我的系统版本 下面介绍一下如何安装JDK ##第一步 先去官网下载自己需要的版本,jdk下载官方网址 如下图所示,选择Accept License Agreement然后就可以进行下载 ##第二步 下载完成以后,双击运行下载下来的.dmg文件,进行傻瓜式next点击. Java SE Development Java SE Development Kit 8u11.

Prerequisites

Jdk 8u111 With Netbeans 8.2

  • OS: Mac OSX 10.10+ or Ubuntu Server 12.04 LTS or 14.04 LTS
  • Database: PostgreSQL 9.3 or 9.4
  • App Server: Tomcat 8.5
  • Pentaho executable files

In order to install all the pre-requiresites, please follow the following
steps:

  1. Install JDK 8. Select jdk-8u111-macosx-x64.dmg

  2. Install Tomcat
    download version 8.5 apache-tomcat-8.5.6.tar.gz from
    tomcat.apache.org/download-80.cgi. Unzip the file and in the
    console navigate to the folder cd apache-tomcat-8.5.3/ and then start the
    Tomcat server running ./bin/startup.sh. Then ps ax and then identify the
    port for listening with netstat –nat. On the web browser test with
    localhost:8080 (being 8080 the listening port)

  3. Download Pentaho Data Integration Community Edition Version 6.1.0
    http://community.pentaho.com/projects/data-integration/. The documentation
    is here: help.pentaho.com/Documentation/6.1/

  4. Browse to the installation folder and run the executable file Data Integration
    Pentaho should open and display the login window.

  5. Clone the BI github repository locally from github/my-bi-project

Is there a docker build available that meets all (well, not all but steps 1 to 3, I suppose) the above requirements and lets me launch the Pentaho dashboard?

Thanks!

安装 Java 语言的软件开发工具包

或者在Oracle官网 中选择 Mac 版本 jdk-8u111-macosx-x64.dmg 下载并安装。

安装 Solr

当前(2016-11-10) brew 源的 Solr 版本为 6.1.0,你可以通过brew edit solr来修改你要安装的版本,或者通过官方网站下载源码包来进行编译安装。

启动 Solr

solr start

返回以下文字提示,则表示 solr 服务器安装成功,默认监听的端口号为 8983:

在浏览器中访问

Solr 提供了可视化管理界面Solr Admin,默认的访问URL为: http://localhost:8983/solr/

创建一个名为 test 的 core

返回以下信息,则表示创建成功:

这一命令会在/usr/local/Cellar/solr/6.1.0/server/solr/目录下创建一个命令test/的目录,test/目录中包含了test core相关的数据文件和配置文件。

在Solr Admin管理界面可以看到test core的信息:

安装 MySQL 数据库

将root的密码修改为123456。或者其他你喜欢的密码:

这个 MySQL 账号会在配置 Solr 索引 MySQL 信息时使用到。

添加测试用于测试的数据:

下载 MySQL 驱动

从 MySQL 官方地址 下载 mysql-connector-java 驱动包。或者直接运行一下命令获取 5.1.40 版本的驱动:

将这一驱动包复制到 /usr/local/Cellar/solr/6.1.0/libexec/dist/目录中:

修改solrconfig.xml配置

引入相关驱动包

将 /usr/local/Cellar/solr/6.1.0/libexec/dist/ 中的 3 个相关 jar 包进入进来:

添加 MySQL 配置信息

在<requestHandler name='/select'>的前面添加以下信息:

在同目录下新建data-config.xml文件

添加以下信息:

managed-schema配置field信息

Download

新增以下信息:

重启 solr 服务

solr restart

返回以下信息说明 Solr 服务器重启成功:

Jdk 8u111 Mac Os X X64 Dmg Free

Dataimport 操作

打开浏览器进入 Solr Admin,在以下界面中,点击Execute按钮:

成功后,显示以下界面:

Jdk 8u111 Windows X64 Download

Query 查询

进入 Query 页面,点击Execute按钮:

Jdk 8u111 Download

以上所述是小编给大家介绍的macOS安装Solr并索引MySQL ,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对脚本之家网站的支持!

Jdk 8u111 Mac Os X X64 Dmg Iso

您可能感兴趣的文章: