This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mysqld] | |
#transaction-isolation = READ-COMMITTED | |
datadir=/var/lib/mysql | |
socket=/var/lib/mysql/mysql.sock | |
user=mysql | |
# Disabling symbolic-links is recommended to prevent assorted security$ | |
symbolic-links=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# reference: http://transcriptome.ens.fr/eoulsan/hadoopmode.html | |
core-site.xml | |
<?xml version="1.0"?> | |
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | |
<!-- Put site-specific property overrides in this file. --> | |
<configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# remote mestaore, sql , hive-client | |
# hive-client | |
yum install hive | |
#hive metastore | |
yum install hive-metstore | |
#change hive configuration | |
<?xml version="1.0"?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Hadoop:: flumeHive | |
# Recipe:: Flume and Hive | |
# | |
# Copyright (C) 2015 Cloudwick labs | |
# Contact :: [email protected] | |
# All rights reserved - Do Not Redistribute | |
# | |
#install sbt |
NewerOlder