Member since
09-11-2015
100
Posts
56
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5637 | 11-16-2016 02:15 AM | |
2141 | 10-26-2016 02:17 AM | |
2340 | 10-14-2016 03:22 PM | |
1361 | 10-13-2016 03:28 PM | |
1288 | 10-08-2016 12:56 PM |
09-05-2016
03:29 PM
1 Kudo
@ed day You can get the version information from Ambari UI. Click on Admin -> Stack and Versions and you will find the version information under Version tab.
... View more
08-26-2016
06:40 AM
1 Kudo
@Arun A K Is the problem resolved. If not try giving absolute path for file grp.lst in the argument
... View more
08-19-2016
06:12 AM
@ripunjay godhani
For service logs , log directory is controlled by a configuration property. You can modify the configuration property . Look at https://cwiki.apache.org/confluence/display/AMBARI/Modify+configurations for more details. You will have to restart the service for the changes to take effect.
... View more
08-16-2016
07:11 AM
1 Kudo
How can i create visualization like http://www.nytimes.com/interactive/2016/08/08/sports/olympics/history-olympic-dominance-charts.html using zeppelin. Is there any visualization library which can be used It is showing multiple type of information How many medals are won by a particular country in olympics across different year When i hover over a country it shows me count of medals(Gold,Silver,Bronze) for the particular country
... View more
Labels:
- Labels:
-
Apache Zeppelin
07-29-2016
12:16 PM
missed to add .show to abc
... View more
07-27-2016
12:52 PM
@Simon Elliston Ball
Thanks for information, I have a connecting issue When i try to query the table it does not return me the rows. Is i am doing something wrong result_schema = StructType([StructField("ID", StringType(), False),StructField("COMPONENT", StringType(),False),StructField("TOTAL_TESTS", IntegerType(), False)
myrdd = sc.parallelize([final_table_text])
df=sqlContext.createDataFrame(myrdd,result_schema)
df.registerTempTable("result_query")
abc=sqlContext.sql("select * from result_query")
print abc
The output is : DataFrame[ID: string, COMPONENT: string, TOTAL_TESTS: int]
... View more
07-27-2016
09:26 AM
I am using pyspark to print filtered data as table. final_table_text = "\n".join(table_text_list)
table_prefix='%table'
print """%s %s"""% (table_prefix,final_table_text)
The first line in table_text_list is table header Now i want to do some order by on this data, for which one way which i thought of was to use registerAsTable. There there a way through which if i specify the line separator and the column separator, I can use registerAsTable
... View more
Labels:
- Labels:
-
Apache Zeppelin
07-11-2016
12:26 PM
In zeppelin notebook, there are 2 paragraphs In paragraph 1 - I have a python script which gets value from a rest-api call and assign it to a variable. I used z.put("var1",var) to set the variable. In paragraph-2 , I am using %jdbc to run a sql query on a mysql table. e.g select abc from tb1 where name = '<variable>' Question is - How can i pass var1 to the query and replace <variable> with value of var1. Any hints will be helpful
... View more
Labels:
- Labels:
-
Apache Zeppelin
07-06-2016
09:14 AM
@Rambabu Gupta Also cloudbreak is better in deploying HDP and Ambari over Cloud Infrastructures. It uses ambari blueprints
... View more