GithubHelp home page GithubHelp logo

data-hub's Introduction

http://cloud.spring.io/spring-cloud-static/Edgware.SR3/single/spring-cloud.html http://www.opencodez.com/java/quartz-scheduler-with-spring-boot.htm http://juliuskrah.com/tutorial/2017/09/26/dynamic-job-scheduling-with-quartz-and-spring/

ambari 安装

apt源安装

wget -O /etc/apt/sources.list.d/ambari.list http://public-repo-1.hortonworks.com/ambari/ubuntu16/2.x/updates/2.6.1.5/ambari.list apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B9733A7A07513CAD apt-get update apt-get install ambari-server ambari-server setup ambari-server start

源码安装

  1. 修改ambari-metrics的pom文件,将hbase.tar等文件下载到本地并配置file://路径
  2. mvn -B clean package install jdeb:jdeb -DnewVersion=2.6.1.0.0 -DskipTests -Dphon.ver="python >= 2.6" -Preplaceurl -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1080
  3. dpkg -i ambari-server/target/ambari-server_2.6.1.0-0-dist.deb
  • FAQ
  1. org.vafer相关的导致某些模块下的control is not a valid 'control' directory,修改pom文件
<plugin>

       <groupId>org.vafer</groupId>

       <artifactId>jdeb</artifactId>

       <version>1.0.1</version>

       <executions>

         <execution>

           <!--Stub execution on direct plugin call - workaround for ambari debbuild process-->

           <id>stub-execution</id>

           <phase>none</phase>

           <goals>

              <goal>jdeb</goal>

            </goals>

         </execution>

       </executions>

       <configuration>

         <skip>true</skip>

         <attach>false</attach>

         <submodules>false</submodules>

         <controlDir>${project.basedir}/../src/main/package/deb/control</controlDir>

       </configuration>

     </plugin>

  1. storm版本
org.apache.storm:storm-core:jar:1.1.0-SNAPSHOT修改伟org.apache.storm:storm-core:jar:1.1.0
  1. 配置mysql
https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.5/bk_ambari-administration/content/using_ambari_with_mysql.html
CREATE USER 'ambari'@'%' IDENTIFIED BY 'ambari';
GRANT ALL PRIVILEGES ON *.* TO 'ambari'@'%';
CREATE USER 'ambari'@'localhost' IDENTIFIED BY 'ambari';
GRANT ALL PRIVILEGES ON *.* TO 'ambari'@'localhost';
grant all privileges on *.* to 'ambari'@'localhost' identified by 'ambari';
CREATE USER 'ambari'@'ljw-ThinkPad-Edge-E440' IDENTIFIED BY 'ambari';
GRANT ALL PRIVILEGES ON *.* TO 'ambari'@'ljw-ThinkPad-Edge-E440';
FLUSH PRIVILEGES;
  1. 免密
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys 

https://my.oschina.net/itblog/blog/211693

data-hub's People

Contributors

li1987245 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.