├── LICENSE ├── README.md ├── hbase-hive-pig ├── README.md ├── create_hbase_table.sql └── load_hbase.pig ├── hbase-tables ├── README.md ├── create_schemas.py ├── data │ ├── gethue.com.html │ ├── gethue.pdf │ └── hue-logo.png ├── load_binary.py ├── load_data.log └── load_data.sh ├── hcatalog ├── README.md ├── avg_salary.hql └── avg_salary.pig ├── hive-udf ├── README.md ├── myudfs.jar ├── org │ └── hue │ │ └── udf │ │ └── MyUpper.java └── pom.xml ├── hive-workflow ├── README.md ├── create_table.hql ├── insert_table.hql ├── select_table.hql └── select_top_n.sql ├── hue-ha ├── README.md └── howto.txt ├── hue-saml ├── shibboleth-conf │ ├── attribute-filter.xml │ ├── attribute-resolver.xml │ ├── handler.xml │ ├── internal.xml │ ├── logging.xml │ ├── login.config │ ├── relying-party.xml │ └── service.xml └── tomcat6-conf │ ├── server.xml │ └── web.xml ├── impala ├── README.md ├── avro_converter.pig ├── create_avro_table.sql ├── create_parquet_table.sql ├── sample_tables │ ├── alltypes.sql │ ├── alltypes.zip │ └── table_100_cols │ │ ├── 100_cols.txt │ │ └── create.sql └── select_table.hql ├── notebook └── shared_rdd │ ├── README.md │ ├── hue-sharedrdd-notebook.json │ ├── shareable_rdd.py │ ├── shared_rdd.ipynb │ └── shared_rdd.py ├── oozie ├── credentials │ ├── hive-config.xml │ ├── hive.sql │ └── workflow.xml ├── el-functions │ └── rkanter │ │ └── MyELFunctions.java ├── hiveserver2-action │ ├── hive-site3.xml │ ├── select_genericl.sql │ └── workflow.xml └── workflow_demo │ ├── bundle.xml │ ├── coordinator.xml │ ├── job.properties │ ├── lib │ └── piggybank.jar │ ├── script.pig │ └── workflow.xml ├── pig-json-python-udf ├── README.md ├── clean_json.pig ├── converter.py └── python_udf.pig ├── search └── indexing │ ├── README.md │ └── apache_logs.py ├── solr-local-search ├── README.md ├── data_subset.sql ├── load_index.sh ├── solr_local │ ├── conf │ │ ├── admin-extra.html │ │ ├── admin-extra.menu-bottom.html │ │ ├── admin-extra.menu-top.html │ │ ├── currency.xml │ │ ├── elevate.xml │ │ ├── lang │ │ │ ├── contractions_ca.txt │ │ │ ├── contractions_fr.txt │ │ │ ├── contractions_ga.txt │ │ │ ├── contractions_it.txt │ │ │ ├── hyphenations_ga.txt │ │ │ ├── stemdict_nl.txt │ │ │ ├── stoptags_ja.txt │ │ │ ├── stopwords_ar.txt │ │ │ ├── stopwords_bg.txt │ │ │ ├── stopwords_ca.txt │ │ │ ├── stopwords_cz.txt │ │ │ ├── stopwords_da.txt │ │ │ ├── stopwords_de.txt │ │ │ ├── stopwords_el.txt │ │ │ ├── stopwords_en.txt │ │ │ ├── stopwords_es.txt │ │ │ ├── stopwords_eu.txt │ │ │ ├── stopwords_fa.txt │ │ │ ├── stopwords_fi.txt │ │ │ ├── stopwords_fr.txt │ │ │ ├── stopwords_ga.txt │ │ │ ├── stopwords_gl.txt │ │ │ ├── stopwords_hi.txt │ │ │ ├── stopwords_hu.txt │ │ │ ├── stopwords_hy.txt │ │ │ ├── stopwords_id.txt │ │ │ ├── stopwords_it.txt │ │ │ ├── stopwords_ja.txt │ │ │ ├── stopwords_lv.txt │ │ │ ├── stopwords_nl.txt │ │ │ ├── stopwords_no.txt │ │ │ ├── stopwords_pt.txt │ │ │ ├── stopwords_ro.txt │ │ │ ├── stopwords_ru.txt │ │ │ ├── stopwords_sv.txt │ │ │ ├── stopwords_th.txt │ │ │ ├── stopwords_tr.txt │ │ │ └── userdict_ja.txt │ │ ├── mapping-FoldToASCII.txt │ │ ├── mapping-ISOLatin1Accent.txt │ │ ├── protwords.txt │ │ ├── schema.xml │ │ ├── scripts.conf │ │ ├── solrconfig.xml │ │ ├── spellings.txt │ │ ├── stopwords.txt │ │ ├── synonyms.txt │ │ ├── update-script.js │ │ ├── velocity │ │ │ ├── VM_global_library.vm │ │ │ ├── browse.vm │ │ │ ├── cluster.vm │ │ │ ├── clusterResults.vm │ │ │ ├── debug.vm │ │ │ ├── did_you_mean.vm │ │ │ ├── facet_fields.vm │ │ │ ├── facet_pivot.vm │ │ │ ├── facet_queries.vm │ │ │ ├── facet_ranges.vm │ │ │ ├── facets.vm │ │ │ ├── footer.vm │ │ │ ├── head.vm │ │ │ ├── header.vm │ │ │ ├── hit.vm │ │ │ ├── hitGrouped.vm │ │ │ ├── join-doc.vm │ │ │ ├── jquery.autocomplete.css │ │ │ ├── jquery.autocomplete.js │ │ │ ├── layout.vm │ │ │ ├── main.css │ │ │ ├── product-doc.vm │ │ │ ├── query.vm │ │ │ ├── queryGroup.vm │ │ │ ├── querySpatial.vm │ │ │ ├── richtext-doc.vm │ │ │ ├── suggest.vm │ │ │ └── tabs.vm │ │ └── xslt │ │ │ ├── example.xsl │ │ │ ├── example_atom.xsl │ │ │ ├── example_rss.xsl │ │ │ ├── luke.xsl │ │ │ └── updateXml.xsl │ └── reviews.conf └── yelp_40.csv ├── spark └── bikeshare │ ├── 201408_weather_data.csv │ ├── README.md │ ├── index_data.csv │ ├── notebook.txt │ └── weather-data.spark.hue.json ├── sqoop2 ├── README.md ├── create_table.sql └── stats.pig └── static └── hue-3.5.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/README.md -------------------------------------------------------------------------------- /hbase-hive-pig/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-hive-pig/README.md -------------------------------------------------------------------------------- /hbase-hive-pig/create_hbase_table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-hive-pig/create_hbase_table.sql -------------------------------------------------------------------------------- /hbase-hive-pig/load_hbase.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-hive-pig/load_hbase.pig -------------------------------------------------------------------------------- /hbase-tables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-tables/README.md -------------------------------------------------------------------------------- /hbase-tables/create_schemas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-tables/create_schemas.py -------------------------------------------------------------------------------- /hbase-tables/data/gethue.com.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-tables/data/gethue.com.html -------------------------------------------------------------------------------- /hbase-tables/data/gethue.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-tables/data/gethue.pdf -------------------------------------------------------------------------------- /hbase-tables/data/hue-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-tables/data/hue-logo.png -------------------------------------------------------------------------------- /hbase-tables/load_binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-tables/load_binary.py -------------------------------------------------------------------------------- /hbase-tables/load_data.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-tables/load_data.log -------------------------------------------------------------------------------- /hbase-tables/load_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hbase-tables/load_data.sh -------------------------------------------------------------------------------- /hcatalog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hcatalog/README.md -------------------------------------------------------------------------------- /hcatalog/avg_salary.hql: -------------------------------------------------------------------------------- 1 | SELECT AVG(salary) FROM sample_07; 2 | 3 | -------------------------------------------------------------------------------- /hcatalog/avg_salary.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hcatalog/avg_salary.pig -------------------------------------------------------------------------------- /hive-udf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hive-udf/README.md -------------------------------------------------------------------------------- /hive-udf/myudfs.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hive-udf/myudfs.jar -------------------------------------------------------------------------------- /hive-udf/org/hue/udf/MyUpper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hive-udf/org/hue/udf/MyUpper.java -------------------------------------------------------------------------------- /hive-udf/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hive-udf/pom.xml -------------------------------------------------------------------------------- /hive-workflow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hive-workflow/README.md -------------------------------------------------------------------------------- /hive-workflow/create_table.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hive-workflow/create_table.hql -------------------------------------------------------------------------------- /hive-workflow/insert_table.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hive-workflow/insert_table.hql -------------------------------------------------------------------------------- /hive-workflow/select_table.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hive-workflow/select_table.hql -------------------------------------------------------------------------------- /hive-workflow/select_top_n.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hive-workflow/select_top_n.sql -------------------------------------------------------------------------------- /hue-ha/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-ha/README.md -------------------------------------------------------------------------------- /hue-ha/howto.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-ha/howto.txt -------------------------------------------------------------------------------- /hue-saml/shibboleth-conf/attribute-filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/shibboleth-conf/attribute-filter.xml -------------------------------------------------------------------------------- /hue-saml/shibboleth-conf/attribute-resolver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/shibboleth-conf/attribute-resolver.xml -------------------------------------------------------------------------------- /hue-saml/shibboleth-conf/handler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/shibboleth-conf/handler.xml -------------------------------------------------------------------------------- /hue-saml/shibboleth-conf/internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/shibboleth-conf/internal.xml -------------------------------------------------------------------------------- /hue-saml/shibboleth-conf/logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/shibboleth-conf/logging.xml -------------------------------------------------------------------------------- /hue-saml/shibboleth-conf/login.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/shibboleth-conf/login.config -------------------------------------------------------------------------------- /hue-saml/shibboleth-conf/relying-party.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/shibboleth-conf/relying-party.xml -------------------------------------------------------------------------------- /hue-saml/shibboleth-conf/service.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/shibboleth-conf/service.xml -------------------------------------------------------------------------------- /hue-saml/tomcat6-conf/server.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/tomcat6-conf/server.xml -------------------------------------------------------------------------------- /hue-saml/tomcat6-conf/web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/hue-saml/tomcat6-conf/web.xml -------------------------------------------------------------------------------- /impala/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/impala/README.md -------------------------------------------------------------------------------- /impala/avro_converter.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/impala/avro_converter.pig -------------------------------------------------------------------------------- /impala/create_avro_table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/impala/create_avro_table.sql -------------------------------------------------------------------------------- /impala/create_parquet_table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/impala/create_parquet_table.sql -------------------------------------------------------------------------------- /impala/sample_tables/alltypes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/impala/sample_tables/alltypes.sql -------------------------------------------------------------------------------- /impala/sample_tables/alltypes.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/impala/sample_tables/alltypes.zip -------------------------------------------------------------------------------- /impala/sample_tables/table_100_cols/100_cols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/impala/sample_tables/table_100_cols/100_cols.txt -------------------------------------------------------------------------------- /impala/sample_tables/table_100_cols/create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/impala/sample_tables/table_100_cols/create.sql -------------------------------------------------------------------------------- /impala/select_table.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/impala/select_table.hql -------------------------------------------------------------------------------- /notebook/shared_rdd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/notebook/shared_rdd/README.md -------------------------------------------------------------------------------- /notebook/shared_rdd/hue-sharedrdd-notebook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/notebook/shared_rdd/hue-sharedrdd-notebook.json -------------------------------------------------------------------------------- /notebook/shared_rdd/shareable_rdd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/notebook/shared_rdd/shareable_rdd.py -------------------------------------------------------------------------------- /notebook/shared_rdd/shared_rdd.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/notebook/shared_rdd/shared_rdd.ipynb -------------------------------------------------------------------------------- /notebook/shared_rdd/shared_rdd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/notebook/shared_rdd/shared_rdd.py -------------------------------------------------------------------------------- /oozie/credentials/hive-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/credentials/hive-config.xml -------------------------------------------------------------------------------- /oozie/credentials/hive.sql: -------------------------------------------------------------------------------- 1 | show tables; 2 | 3 | select count(*) from sample_07; -------------------------------------------------------------------------------- /oozie/credentials/workflow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/credentials/workflow.xml -------------------------------------------------------------------------------- /oozie/el-functions/rkanter/MyELFunctions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/el-functions/rkanter/MyELFunctions.java -------------------------------------------------------------------------------- /oozie/hiveserver2-action/hive-site3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/hiveserver2-action/hive-site3.xml -------------------------------------------------------------------------------- /oozie/hiveserver2-action/select_genericl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/hiveserver2-action/select_genericl.sql -------------------------------------------------------------------------------- /oozie/hiveserver2-action/workflow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/hiveserver2-action/workflow.xml -------------------------------------------------------------------------------- /oozie/workflow_demo/bundle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/workflow_demo/bundle.xml -------------------------------------------------------------------------------- /oozie/workflow_demo/coordinator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/workflow_demo/coordinator.xml -------------------------------------------------------------------------------- /oozie/workflow_demo/job.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/workflow_demo/job.properties -------------------------------------------------------------------------------- /oozie/workflow_demo/lib/piggybank.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/workflow_demo/lib/piggybank.jar -------------------------------------------------------------------------------- /oozie/workflow_demo/script.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/workflow_demo/script.pig -------------------------------------------------------------------------------- /oozie/workflow_demo/workflow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/oozie/workflow_demo/workflow.xml -------------------------------------------------------------------------------- /pig-json-python-udf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/pig-json-python-udf/README.md -------------------------------------------------------------------------------- /pig-json-python-udf/clean_json.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/pig-json-python-udf/clean_json.pig -------------------------------------------------------------------------------- /pig-json-python-udf/converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/pig-json-python-udf/converter.py -------------------------------------------------------------------------------- /pig-json-python-udf/python_udf.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/pig-json-python-udf/python_udf.pig -------------------------------------------------------------------------------- /search/indexing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/search/indexing/README.md -------------------------------------------------------------------------------- /search/indexing/apache_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/search/indexing/apache_logs.py -------------------------------------------------------------------------------- /solr-local-search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/README.md -------------------------------------------------------------------------------- /solr-local-search/data_subset.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/data_subset.sql -------------------------------------------------------------------------------- /solr-local-search/load_index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/load_index.sh -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/admin-extra.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/admin-extra.html -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/admin-extra.menu-bottom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/admin-extra.menu-bottom.html -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/admin-extra.menu-top.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/admin-extra.menu-top.html -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/currency.xml -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/elevate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/elevate.xml -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/contractions_ca.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/contractions_ca.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/contractions_fr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/contractions_fr.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/contractions_ga.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/contractions_ga.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/contractions_it.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/contractions_it.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/hyphenations_ga.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/hyphenations_ga.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stemdict_nl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stemdict_nl.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stoptags_ja.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stoptags_ja.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_ar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_ar.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_bg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_bg.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_ca.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_ca.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_cz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_cz.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_da.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_da.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_de.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_de.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_el.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_el.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_en.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_es.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_es.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_eu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_eu.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_fa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_fa.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_fi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_fi.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_fr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_fr.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_ga.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_ga.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_gl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_gl.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_hi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_hi.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_hu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_hu.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_hy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_hy.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_id.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_id.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_it.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_it.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_ja.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_ja.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_lv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_lv.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_nl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_nl.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_no.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_no.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_pt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_pt.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_ro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_ro.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_ru.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_sv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_sv.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_th.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_th.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/stopwords_tr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/stopwords_tr.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/lang/userdict_ja.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/lang/userdict_ja.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/mapping-FoldToASCII.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/mapping-FoldToASCII.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/mapping-ISOLatin1Accent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/mapping-ISOLatin1Accent.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/protwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/protwords.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/schema.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/schema.xml -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/scripts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/scripts.conf -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/solrconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/solrconfig.xml -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/spellings.txt: -------------------------------------------------------------------------------- 1 | pizza 2 | history 3 | -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/stopwords.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/synonyms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/synonyms.txt -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/update-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/update-script.js -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/VM_global_library.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/VM_global_library.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/browse.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/browse.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/cluster.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/cluster.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/clusterResults.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/clusterResults.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/debug.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/debug.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/did_you_mean.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/did_you_mean.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/facet_fields.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/facet_fields.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/facet_pivot.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/facet_pivot.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/facet_queries.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/facet_queries.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/facet_ranges.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/facet_ranges.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/facets.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/facets.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/footer.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/footer.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/head.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/head.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/header.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/header.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/hit.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/hit.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/hitGrouped.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/hitGrouped.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/join-doc.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/join-doc.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/jquery.autocomplete.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/jquery.autocomplete.css -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/jquery.autocomplete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/jquery.autocomplete.js -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/layout.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/layout.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/main.css -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/product-doc.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/product-doc.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/query.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/query.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/queryGroup.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/queryGroup.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/querySpatial.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/querySpatial.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/richtext-doc.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/richtext-doc.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/suggest.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/suggest.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/velocity/tabs.vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/velocity/tabs.vm -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/xslt/example.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/xslt/example.xsl -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/xslt/example_atom.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/xslt/example_atom.xsl -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/xslt/example_rss.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/xslt/example_rss.xsl -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/xslt/luke.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/xslt/luke.xsl -------------------------------------------------------------------------------- /solr-local-search/solr_local/conf/xslt/updateXml.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/conf/xslt/updateXml.xsl -------------------------------------------------------------------------------- /solr-local-search/solr_local/reviews.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/solr_local/reviews.conf -------------------------------------------------------------------------------- /solr-local-search/yelp_40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/solr-local-search/yelp_40.csv -------------------------------------------------------------------------------- /spark/bikeshare/201408_weather_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/spark/bikeshare/201408_weather_data.csv -------------------------------------------------------------------------------- /spark/bikeshare/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/spark/bikeshare/README.md -------------------------------------------------------------------------------- /spark/bikeshare/index_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/spark/bikeshare/index_data.csv -------------------------------------------------------------------------------- /spark/bikeshare/notebook.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/spark/bikeshare/notebook.txt -------------------------------------------------------------------------------- /spark/bikeshare/weather-data.spark.hue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/spark/bikeshare/weather-data.spark.hue.json -------------------------------------------------------------------------------- /sqoop2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/sqoop2/README.md -------------------------------------------------------------------------------- /sqoop2/create_table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/sqoop2/create_table.sql -------------------------------------------------------------------------------- /sqoop2/stats.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/sqoop2/stats.pig -------------------------------------------------------------------------------- /static/hue-3.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainr/hadoop-tutorials-examples/HEAD/static/hue-3.5.png --------------------------------------------------------------------------------