1973
Posts
1225
Kudos Received
124
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1841 | 04-03-2024 06:39 AM | |
| 2857 | 01-12-2024 08:19 AM | |
| 1580 | 12-07-2023 01:49 PM | |
| 2342 | 08-02-2023 07:30 AM | |
| 3230 | 03-29-2023 01:22 PM |
07-04-2016
11:20 PM
parquet isnotcomma delimited
... View more
07-04-2016
11:03 PM
looks like front end errors maybe your web browser firewall or proxy breaking websocket connections
... View more
07-04-2016
10:54 PM
https://gist.github.com/blmarket/6248323 http://scalapersistenceframework.org/?p=91 http://www.lightbend.com/activator/template/play-hbase https://github.com/abajwa-hw/search-demo/blob/master/assembly-ui/src/main/scala/com/hortonworks/demo/framework/services/HbaseServiceActor.scala https://github.com/GravityLabs/HPaste/blob/master/README.markdown http://jerryshang.github.io/access-secure-hbase.html
... View more
07-04-2016
06:49 PM
is there a java or scala framework to work with hbase or phoenix?
... View more
Labels:
- Labels:
-
Apache HBase
07-04-2016
05:11 PM
3 Kudos
This tutorial is great: https://github.com/hortonworks-gallery/ambari-vnc-service Eclipse Plugin https://github.com/winghc/hadoop2x-eclipse-plugin JDK 7 is best for most use case and Scala 2.10. Maven and SBT are necessary as well. Setup your Environment https://dzone.com/articles/spark-and-scala-resources https://dzone.com/articles/whats-on-your-laptop Lots of options: This is an eclipse project for Hbase Coprocessor https://github.com/tspannhw/hbasecoprocessor Artem has a great project for testing https://github.com/dbist/HBaseUnitTest Once all the ports are open and not firewalled it’s usually straight forward. Eclipse to Spark https://community.hortonworks.com/questions/36354/eclipse-to-sandbox-1.html https://community.hortonworks.com/questions/32567/scala-with-hive-in-ecplipse-scala.html Hadoop Eclipse Plugin https://community.hortonworks.com/questions/10404/hadoop-eclipse-plugin.html IntelliJ Project for Spark https://github.com/agilemobiledev/sparkworkshop https://community.hortonworks.com/questions/31077/how-to-setup-intellij-idea-16-to-run-hortonworks-s.html IntelliJ Settings https://community.hortonworks.com/questions/37410/recommended-idea-intellij-vmoptions-setting-for-de.html These configuration files must be in project or class path: core-site.xml hdfs-site.xml yarn-site.xml Add Jars for Access http://nivemaham.com/index.php/technical/22-java/hadoop/40-how-to-use-ide-for-hadoop-development-with-hortonworks-sandbox For Apache Kylin development http://kylin.apache.org/development/dev_env.html Remote Debugging Spark https://nicolasmaillard.com/2016/02/06/remote-debugging-201-spark/ Testing with Hadoop MiniClusters https://github.com/sakserv/hadoop-mini-clusters
... View more
07-03-2016
05:10 PM
I am using the Phoenix example notebook on HDP 2.5 but don't have the binding. can someone point me to how to install it
... View more
Labels:
- Labels:
-
Apache Phoenix
-
Apache Zeppelin
07-02-2016
04:44 PM
[hbase@sandbox bin]$ ./sqlline.py localhost
16/07/02 04:22:51 WARN query.TableStatsCache: Unable to read from stats table
org.apache.hadoop.hbase.TableNotFoundException: Table 'SYSTEM.STATS' was not found, got: SYSTEM.CATALOG.
at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegionInMeta(ConnectionManager.java:1281)
at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1162)
at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:300) Following this tutorial https://github.com/hortonworks/tutorials/blob/hdp-2.5/tutorials/hortonworks/introducing-hbase-phoenix/tutorial.md
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Phoenix
07-02-2016
01:47 PM
why does the order of columns matter?
... View more